#241814

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

Shades of Wood Bark #241814

Tints of Wood Bark #241814

Color information

#241814 (or 0x241814) is unknown color: approx Wood Bark. HEX triplet: 24, 18 and 14. RGB value is (36,24,20). Sum of RGB (Red+Green+Blue) = 36+24+20=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241814 is #DBE7EB. Grayscale: #1B1B1B. Windows color (decimal): -14411756 or 1316900. OLE color: 1316900.

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

Color convert

RGB362420-
CMYK00.330.440.86
HSL15º28.57%10.98%-
HSV(B)15º44.44%14.12%-
XYZ1.181.080.81-
YUV27.13123.98134.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242000.330.440.861528.5710.98
Hex2418140212C56f1db
Octal44302404154126173513
Binary1001001100010100010000110110010101101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241814; }

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

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

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

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

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

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

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

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