#241B18

Color #241B18 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #241B18

Tints of Wood Bark #241B18

Color information

#241B18 (or 0x241B18) is unknown color: approx 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

RGB362724-
CMYK00.250.330.86
HSL15º20%11.76%-
HSV(B)15º33.33%14.12%-
XYZ1.281.221.03-
YUV29.35124.98132.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36272400.250.330.86152011.76
Hex241B180192156f14c
Octal44333003141126172414
Binary100100110111100001100110000110101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>