Html Css Color HEX #241B16 Wood Bark

📋 copy color: '#241B16'

red 36 ◦ green 27 ◦ blue 22

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

Shades of Wood Bark #241B16

Tints of Wood Bark #241B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.76%

 BLUE value IS 22 (8.98% from 255) = 25.88%

R = 42.35%
G = 31.76%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#241B16 (or 0x241B16) is known color: Wood Bark. HEX triplet: 24, 1B and 16. RGB value is (36,27,22). Sum of RGB (Red+Green+Blue) = 36+27+22=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B16 is #DBE4E9. Grayscale: #1D1D1D. Windows color (decimal): -14410986 or 1448740. OLE color: 1448740.

HSL color Cylindrical-coordinate representation of color #241B16: hue angle of 21.43º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241B16 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 27 22 -
CMYK 0 0.25 0.39 0.86
HSL 21.43º 0.24% 0.11% -
HSV(B) 21.43º 0.39% 0.14% -
XYZ 1.26 1.22 0.93 -
YUV 29.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 36 27 22 0 0.25 0.39 0.86 21.43 0.24 0.11
Hex 24 1B 16 0 19 27 56 15 18 B
Octal 44 33 26 0 31 47 126 25 30 13
Binary 100100 11011 10110 0 11001 100111 1010110 10101 11000 1011

Color Harmonies of #241B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B16

Black with #241B16

Text Example


Text Example

White with #241B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241B16; }

 p { color: rgb(36,27,22); }

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

background-color css

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

 a { background-color: rgb(36,27,22); }

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

border-color css

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

 span { border-color: rgb(36,27,22); }

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