Html Css Color HEX #241409 Wood Bark

📋 copy color: '#241409'

red 36 ◦ green 20 ◦ blue 9

#241409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #241409

Tints of Wood Bark #241409

RGB

 RED value IS 36 (14.45% from 255) = 55.38%

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 55.38%
G = 30.77%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#241409 (or 0x241409) is known color: Wood Bark. HEX triplet: 24, 14 and 09. RGB value is (36,20,9). Sum of RGB (Red+Green+Blue) = 36+20+9=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241409 is #DBEBF6. Grayscale: #171717. Windows color (decimal): -14412791 or 594980. OLE color: 594980.

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

Color convert

RGB 36 20 9 -
CMYK 0 0.44 0.75 0.86
HSL 24.44º 0.6% 0.09% -
HSV(B) 24.44º 0.75% 0.14% -
XYZ 1.03 0.9 0.38 -
YUV 23.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 36 20 9 0 0.44 0.75 0.86 24.44 0.6 0.09
Hex 24 14 9 0 2C 4B 56 18 3C 9
Octal 44 24 11 0 54 113 126 30 74 11
Binary 100100 10100 1001 0 101100 1001011 1010110 11000 111100 1001

Color Harmonies of #241409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241409

Black with #241409

Text Example


Text Example

White with #241409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241409; }

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

 H1.HeaderClassName
 {
   color: #241409;
 }
 .AnyTagClassName
 {
   color: #241409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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