#241E1C

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

Shades of Wood Bark #241E1C

Tints of Wood Bark #241E1C

Color information

#241E1C (or 0x241E1C) is unknown color: approx Wood Bark. HEX triplet: 24, 1E and 1C. RGB value is (36,30,28). Sum of RGB (Red+Green+Blue) = 36+30+28=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E1C is #DBE1E3. Grayscale: #1F1F1F. Windows color (decimal): -14410212 or 1842724. OLE color: 1842724.

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

Color convert

RGB363028-
CMYK00.170.220.86
HSL15º12.5%12.55%-
HSV(B)15º22.22%14.12%-
XYZ1.41.391.29-
YUV31.57125.99131.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=38.30%
G=31.91%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36302800.170.220.861512.512.55
Hex241E1C0111656fdd
Octal44363402126126171515
Binary1001001111011100010001101101010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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