COLOR #241303

HEX: #241303 RGB: (36,19,3)

Color info

#241303 contains red, green and blue colors in about the same proportion. Web safe color of #241303 is #330000 (or #300).

RGB color model

#241303 color RGB value is (36,19,3).

RGB: (36,19,3) (14%, 7%, 1%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 3 of 255 = 1%

36
19
3

R + G + B ~ 7%. #241303 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 19 + 3 = 58 (100%)
R 36 of 58 ~ 62.07%
G 19 of 58 ~ 32.76%
B 3 of 58 ~ 5.17'%

%62.07
%32.76

CMYK color model

#241303 color CMYK value is (0,47,92,86).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 91.67%
  • key color value is 85.88%

CMYK: (0,47,92,86)
C0M47Y92K86 (0%, 47%, 92%, 86%)
(0.00 / 0.47 / 0.92 / 0.86)

CMYK percentages

%0
%47.22
%91.67
%85.88

Codes

Color #241303 in popluar color models

24 13 03
RGB 36 19 3
HSL 29° 84.62% 7.65%
HSB/HSV 29° 91.67% 14.12%
CMYK 0.00% 47.22% 91.67%
85.88%

Color #241303 in popluar number systems.

HEX 24 13 03
Decimal 36 19 3
Binary 100100 10011 11
Octal 44 23 3

Shades and tints

Shades of #241303

#241303
(36,19,3)
#211203
(33,18,3)
#1E1103
(30,17,3)
#1B1003
(27,16,3)
#180F03
(24,15,3)
#150E03
(21,14,3)
#120D03
(18,13,3)
#0F0C03
(15,12,3)
#0C0B03
(12,11,3)
#090A03
(9,10,3)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #241303

#241303
(36,19,3)
#372819
(55,40,25)
#4A3D2F
(74,61,47)
#5D5245
(93,82,69)
#70675B
(112,103,91)
#837C71
(131,124,113)
#969187
(150,145,135)
#A9A69D
(169,166,157)
#BCBBB3
(188,187,179)
#CFD0C9
(207,208,201)
#E2E5DF
(226,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241303 color. Also use rgb(36,19,3) instead hex code.

Text Font Color

.myTextColor { color: #241303; }

<p style="color:#241303">This sample text font color is #241303.</p>

This text font color is #241303.

Background Color

.myBgColor { background-color: #241303; }

<div style="background-color:#241303">Inner text</div>

This div background color is #241303.

Border color

.myBorderColor { border: 1px solid #241303; }

<div style="border:3px solid #241303">Div</div>

This div border color is #241303.

Opacity

.myOpacity80 { color: #241303; opacity: 0.8; }

<p style="color:#241303;opacity:0.8;">80%</p>

Text with #241303 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #241303;}

<p style="text-shadow: 3px 3px 1px #241303">Text here.</p>

This text has shadow with #241303 color.


.textShadow {text-shadow: 3px 3px 1px #241303', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #241303, 5px 5px 20px red">Text here.</p>

This text has shadow with #241303 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#241303, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#241303, Direction=45, Strength=4)">Text</p>

This text has shadow with #241303 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #241303;
-webkit-box-shadow: 1px 1px 3px 2px #241303;
box-shadow: 1px 1px 3px 2px #241303;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #241303; -webkit-box-shadow: 1px 1px 3px 2px #241303; box-shadow:1px 1px 3px 2px #241303;">
Div content here
</div>

This div box has shadow with color #241303.

Preview

Color preview on black background

This text has color #241303 on black background.


Color preview on white background

This text has color #241303 on white background.


Black color preview on #241303 background

This text has black color on #241303 background.


White color preview on #241303 background

This text has white color on #241303 background.


Related colors

Complementary color

Complementary color for #hex is #DBECFC.


I love getcolorcode.com

Triadic colors

1 #032413 and #130324 with #241303 are triadic colors.

2 #031324 and #132403 with #241303 are triadic colors.