#24140B

Color #24140B Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #24140B

Tints of Wood Bark #24140B

Color information

#24140B (or 0x24140B) is unknown color: approx Wood Bark. HEX triplet: 24, 14 and 0B. RGB value is (36,20,11). Sum of RGB (Red+Green+Blue) = 36+20+11=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140B is #DBEBF4. Grayscale: #171717. Windows color (decimal): -14412789 or 726052. OLE color: 726052.

HSL color Cylindrical-coordinate representation of color #24140B: hue angle of 21.6º 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 #24140B is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB362011-
CMYK00.440.690.86
HSL21.6º53.19%9.22%-
HSV(B)21.6º69.44%14.12%-
XYZ1.040.90.44-
YUV23.76120.8136.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=53.73%
G=29.85%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201100.440.690.8621.653.199.22
Hex2414B02C455616359
Octal442413054105126266511
Binary100100101001011010110010001011010110101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24140B; }

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

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

<style>
 a { background-color: #24140B; }

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

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

<style>
 span { border-color: #24140B; }

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

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