#241C19

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

Shades of Wood Bark #241C19

Tints of Wood Bark #241C19

Color information

#241C19 (or 0x241C19) is unknown color: approx Wood Bark. HEX triplet: 24, 1C and 19. RGB value is (36,28,25). Sum of RGB (Red+Green+Blue) = 36+28+25=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C19 is #DBE3E6. Grayscale: #1E1E1E. Windows color (decimal): -14410727 or 1645604. OLE color: 1645604.

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

Color convert

RGB362825-
CMYK00.220.310.86
HSL16.36º18.03%11.96%-
HSV(B)16.36º30.56%14.12%-
XYZ1.321.281.1-
YUV30.05125.15132.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=40.45%
G=31.46%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282500.220.310.8616.3618.0311.96
Hex241C190161F561012c
Octal44343102637126202214
Binary100100111001100101011011111101011010000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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