#241209

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

Shades of Wood Bark #241209

Tints of Wood Bark #241209

Color information

#241209 (or 0x241209) is unknown color: approx Wood Bark. HEX triplet: 24, 12 and 09. RGB value is (36,18,9). Sum of RGB (Red+Green+Blue) = 36+18+9=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #241209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241209 is #DBEDF6. Grayscale: #161616. Windows color (decimal): -14413303 or 594468. OLE color: 594468.

HSL color Cylindrical-coordinate representation of color #241209: hue angle of 20º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241209 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.86.

Color convert

RGB36189-
CMYK00.50.750.86
HSL20º60%8.82%-
HSV(B)20º75%14.12%-
XYZ0.990.830.37-
YUV22.36120.46137.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3618900.50.750.8620608.82
Hex241290324B56143c9
Octal442211062113126247411
Binary100100100101001011001010010111010110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241209; }

 p { color: rgb(36,18,9); }

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

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

 a { background-color: rgb(36,18,9); }

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

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

 span { border-color: rgb(36,18,9); }

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