Html Css Color HEX #241B18 Wood Bark

📋 copy color: '#241B18'

red 36 ◦ green 27 ◦ blue 24

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

Shades of Wood Bark #241B18

Tints of Wood Bark #241B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#241B18 (or 0x241B18) is known color: Wood Bark. HEX triplet: 24, 1B and 18. RGB value is (36,27,24). Sum of RGB (Red+Green+Blue) = 36+27+24=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B18 is #DBE4E7. Grayscale: #1D1D1D. Windows color (decimal): -14410984 or 1579812. OLE color: 1579812.

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

Color convert

RGB 36 27 24 -
CMYK 0 0.25 0.33 0.86
HSL 15º 0.2% 0.12% -
HSV(B) 15º 0.33% 0.14% -
XYZ 1.28 1.22 1.03 -
YUV 29.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 36 27 24 0 0.25 0.33 0.86 15 0.2 0.12
Hex 24 1B 18 0 19 21 56 F 14 C
Octal 44 33 30 0 31 41 126 17 24 14
Binary 100100 11011 11000 0 11001 100001 1010110 1111 10100 1100

Color Harmonies of #241B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B18

Black with #241B18

Text Example


Text Example

White with #241B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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