#241812

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

Shades of Wood Bark #241812

Tints of Wood Bark #241812

Color information

#241812 (or 0x241812) is unknown color: approx Wood Bark. HEX triplet: 24, 18 and 12. RGB value is (36,24,18). Sum of RGB (Red+Green+Blue) = 36+24+18=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241812 is #DBE7ED. Grayscale: #1A1A1A. Windows color (decimal): -14411758 or 1185828. OLE color: 1185828.

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

Color convert

RGB362418-
CMYK00.330.50.86
HSL20º33.33%10.59%-
HSV(B)20º50%14.12%-
XYZ1.161.070.72-
YUV26.9122.98134.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36241800.330.50.862033.3310.59
Hex24181202132561421b
Octal44302204162126244113
Binary100100110001001001000011100101010110101001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241812; }

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

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

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

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

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

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

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

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