#24400E

Color #24400E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #24400E

Tints of Black Forest #24400E

Color information

#24400E (or 0x24400E) is unknown color: approx Black Forest. HEX triplet: 24, 40 and 0E. RGB value is (36,64,14). Sum of RGB (Red+Green+Blue) = 36+64+14=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #24400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24400E is #DBBFF1. Grayscale: #323232. Windows color (decimal): -14401522 or 933924. OLE color: 933924.

HSL color Cylindrical-coordinate representation of color #24400E: hue angle of 93.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24400E is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB366414-
CMYK0.4400.780.75
HSL93.6º64.1%15.29%-
HSV(B)93.6º78.12%25.1%-
XYZ2.644.071.06-
YUV49.93107.72118.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=31.58%
G=56.14%
B=12.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664140.4400.780.7593.664.115.29
Hex2440E2C04E4B5e40f
Octal441001654011611313610017
Binary10010010000001110101100010011101001011101111010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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