#242D20

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

Shades of Black Forest #242D20

Tints of Black Forest #242D20

Color information

#242D20 (or 0x242D20) is unknown color: approx Black Forest. HEX triplet: 24, 2D and 20. RGB value is (36,45,32). Sum of RGB (Red+Green+Blue) = 36+45+32=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #242D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D20 is #DBD2DF. Grayscale: #282828. Windows color (decimal): -14406368 or 2108708. OLE color: 2108708.

HSL color Cylindrical-coordinate representation of color #242D20: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #242D20 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB364532-
CMYK0.200.290.82
HSL101.54º16.88%15.1%-
HSV(B)101.54º28.89%17.65%-
XYZ1.932.361.72-
YUV40.83123.02124.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.86%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=31.86%
G=39.82%
B=28.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3645320.200.290.82101.5416.8815.1
Hex242D201401D526611f
Octal445540240351221462117
Binary1001001011011000001010001110110100101100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242D20; }

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

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

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

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

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

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

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

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