#24150E

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

Shades of Wood Bark #24150E

Tints of Wood Bark #24150E

Color information

#24150E (or 0x24150E) is unknown color: approx Wood Bark. HEX triplet: 24, 15 and 0E. RGB value is (36,21,14). Sum of RGB (Red+Green+Blue) = 36+21+14=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24150E is #DBEAF1. Grayscale: #181818. Windows color (decimal): -14412530 or 922916. OLE color: 922916.

HSL color Cylindrical-coordinate representation of color #24150E: hue angle of 19.09º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24150E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB362114-
CMYK00.420.610.86
HSL19.09º44%9.8%-
HSV(B)19.09º61.11%14.12%-
XYZ1.070.940.54-
YUV24.69121.97136.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=50.70%
G=29.58%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36211400.420.610.8619.09449.8
Hex2415E02A3D56132ca
Octal44251605275126235412
Binary10010010101111001010101111011010110100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24150E; }

 p { color: rgb(36,21,14); }

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

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

 a { background-color: rgb(36,21,14); }

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

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

 span { border-color: rgb(36,21,14); }

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