#242920

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

Shades of Black Forest #242920

Tints of Black Forest #242920

Color information

#242920 (or 0x242920) is unknown color: approx Black Forest. HEX triplet: 24, 29 and 20. RGB value is (36,41,32). Sum of RGB (Red+Green+Blue) = 36+41+32=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #242920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242920 is #DBD6DF. Grayscale: #262626. Windows color (decimal): -14407392 or 2107684. OLE color: 2107684.

HSL color Cylindrical-coordinate representation of color #242920: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #242920 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB364132-
CMYK0.1200.220.84
HSL93.33º12.33%14.31%-
HSV(B)93.33º21.95%16.08%-
XYZ1.782.071.67-
YUV38.48124.34126.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=33.03%
G=37.61%
B=29.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3641320.1200.220.8493.3312.3314.31
Hex242920C016545dce
Octal445140140261241351416
Binary10010010100110000011000101101010100101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242920; }

 p { color: rgb(36,41,32); }

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

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

 a { background-color: rgb(36,41,32); }

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

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

 span { border-color: rgb(36,41,32); }

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