Html Css Color HEX #241309 Wood Bark

📋 copy color: '#241309'

red 36 ◦ green 19 ◦ blue 9

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

Shades of Wood Bark #241309

Tints of Wood Bark #241309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

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

R = 56.25%
G = 29.69%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#241309 (or 0x241309) is known color: Wood Bark. HEX triplet: 24, 13 and 09. RGB value is (36,19,9). Sum of RGB (Red+Green+Blue) = 36+19+9=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #241309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241309 is #DBECF6. Grayscale: #161616. Windows color (decimal): -14413047 or 594724. OLE color: 594724.

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

Color convert

RGB 36 19 9 -
CMYK 0 0.47 0.75 0.86
HSL 22.22º 0.6% 0.09% -
HSV(B) 22.22º 0.75% 0.14% -
XYZ 1.01 0.86 0.37 -
YUV 22.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 36 19 9 0 0.47 0.75 0.86 22.22 0.6 0.09
Hex 24 13 9 0 2F 4B 56 16 3C 9
Octal 44 23 11 0 57 113 126 26 74 11
Binary 100100 10011 1001 0 101111 1001011 1010110 10110 111100 1001

Color Harmonies of #241309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241309

Black with #241309

Text Example


Text Example

White with #241309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241309; }

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

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

background-color css

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

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

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

border-color css

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

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

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