#242E20

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

Shades of Black Forest #242E20

Tints of Black Forest #242E20

Color information

#242E20 (or 0x242E20) is unknown color: approx Black Forest. HEX triplet: 24, 2E and 20. RGB value is (36,46,32). Sum of RGB (Red+Green+Blue) = 36+46+32=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #242E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E20 is #DBD1DF. Grayscale: #292929. Windows color (decimal): -14406112 or 2108964. OLE color: 2108964.

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

Color convert

RGB364632-
CMYK0.2200.300.82
HSL102.86º17.95%15.29%-
HSV(B)102.86º30.43%18.04%-
XYZ1.972.431.73-
YUV41.41122.69124.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=31.58%
G=40.35%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646320.2200.300.82102.8617.9515.29
Hex242E201601E526712f
Octal445640260361221472217
Binary1001001011101000001011001111010100101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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