#241C18

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

Shades of Wood Bark #241C18

Tints of Wood Bark #241C18

Color information

#241C18 (or 0x241C18) is unknown color: approx Wood Bark. HEX triplet: 24, 1C and 18. RGB value is (36,28,24). Sum of RGB (Red+Green+Blue) = 36+28+24=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C18 is #DBE3E7. Grayscale: #1D1D1D. Windows color (decimal): -14410728 or 1580068. OLE color: 1580068.

HSL color Cylindrical-coordinate representation of color #241C18: hue angle of 20º 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 #241C18 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB362824-
CMYK00.220.330.86
HSL20º20%11.76%-
HSV(B)20º33.33%14.12%-
XYZ1.311.271.04-
YUV29.94124.65132.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=40.91%
G=31.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282400.220.330.86202011.76
Hex241C1801621561414c
Octal44343002641126242414
Binary1001001110011000010110100001101011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241C18;
 }
 .AnyTagClassName
 {
   color: #241C18;
 }
</style>
background-color css

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

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

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

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

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

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