#24450A

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

Shades of Black Forest #24450A

Tints of Black Forest #24450A

Color information

#24450A (or 0x24450A) is unknown color: approx Black Forest. HEX triplet: 24, 45 and 0A. RGB value is (36,69,10). Sum of RGB (Red+Green+Blue) = 36+69+10=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #24450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24450A is #DBBAF5. Grayscale: #343434. Windows color (decimal): -14400246 or 673060. OLE color: 673060.

HSL color Cylindrical-coordinate representation of color #24450A: hue angle of 93.56º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24450A is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB366910-
CMYK0.4800.860.73
HSL93.56º74.68%15.49%-
HSV(B)93.56º85.51%27.06%-
XYZ2.914.651.03-
YUV52.41104.07116.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 69 (27.34% from 255) = 60%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=31.30%
G=60%
B=8.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3669100.4800.860.7393.5674.6815.49
Hex2445A30056495e4bf
Octal441051260012611113611317
Binary10010010001011010110000010101101001001101111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24450A; }

 p { color: rgb(36,69,10); }

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

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

 a { background-color: rgb(36,69,10); }

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

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

 span { border-color: rgb(36,69,10); }

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