Html Css Color HEX #241814 Wood Bark

📋 copy color: '#241814'

red 36 ◦ green 24 ◦ blue 20

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

Shades of Wood Bark #241814

Tints of Wood Bark #241814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 20 (8.2% from 255) = 25%

R = 45%
G = 30%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#241814 (or 0x241814) is known color: Wood Bark. HEX triplet: 24, 18 and 14. RGB value is (36,24,20). Sum of RGB (Red+Green+Blue) = 36+24+20=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241814 is #DBE7EB. Grayscale: #1B1B1B. Windows color (decimal): -14411756 or 1316900. OLE color: 1316900.

HSL color Cylindrical-coordinate representation of color #241814: hue angle of 15º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241814 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 24 20 -
CMYK 0 0.33 0.44 0.86
HSL 15º 0.29% 0.11% -
HSV(B) 15º 0.44% 0.14% -
XYZ 1.18 1.08 0.81 -
YUV 27.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 36 24 20 0 0.33 0.44 0.86 15 0.29 0.11
Hex 24 18 14 0 21 2C 56 F 1D B
Octal 44 30 24 0 41 54 126 17 35 13
Binary 100100 11000 10100 0 100001 101100 1010110 1111 11101 1011

Color Harmonies of #241814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241814

Black with #241814

Text Example


Text Example

White with #241814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241814; }

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

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

background-color css

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

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

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

border-color css

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

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

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