#240D0B

Color #240D0B Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #240D0B

Tints of Seal Brown #240D0B

Color information

#240D0B (or 0x240D0B) is unknown color: approx Seal Brown. HEX triplet: 24, 0D and 0B. RGB value is (36,13,11). Sum of RGB (Red+Green+Blue) = 36+13+11=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D0B is #DBF2F4. Grayscale: #131313. Windows color (decimal): -14414581 or 724260. OLE color: 724260.

HSL color Cylindrical-coordinate representation of color #240D0B: hue angle of 4.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240D0B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB361311-
CMYK00.640.690.86
HSL4.8º53.19%9.22%-
HSV(B)4.8º69.44%14.12%-
XYZ0.930.690.4-
YUV19.65123.12139.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=60%
G=21.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36131100.640.690.864.853.199.22
Hex24DB04045565359
Octal441513010010512656511
Binary1001001101101101000000100010110101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240D0B; }

 p { color: rgb(36,13,11); }

 H1.HeaderClassName
 {
   color: #240D0B;
 }
 .AnyTagClassName
 {
   color: #240D0B;
 }
</style>
background-color css

<style>
 a { background-color: #240D0B; }

 a { background-color: rgb(36,13,11); }

 div.DivClassName
 {
   background-color: #240D0B;
 }
 .BgClassName
 {
   background-color: #240D0B;
 }
</style>
border-color css

<style>
 span { border-color: #240D0B; }

 span { border-color: rgb(36,13,11); }

 td.TdClassName
 {
   border-color: #240D0B;
 }
 .TagClassName
 {
   border-color: #240D0B;
 }
</style>