#242E21

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

Shades of Black Forest #242E21

Tints of Black Forest #242E21

Color information

#242E21 (or 0x242E21) is unknown color: approx Black Forest. HEX triplet: 24, 2E and 21. RGB value is (36,46,33). Sum of RGB (Red+Green+Blue) = 36+46+33=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #242E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E21 is #DBD1DE. Grayscale: #292929. Windows color (decimal): -14406111 or 2174500. OLE color: 2174500.

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

Color convert

RGB364633-
CMYK0.2200.280.82
HSL106.15º16.46%15.49%-
HSV(B)106.15º28.26%18.04%-
XYZ1.982.441.81-
YUV41.53123.19124.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=31.30%
G=40%
B=28.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646330.2200.280.82106.1516.4615.49
Hex242E211601C526a10f
Octal445641260341221522017
Binary1001001011101000011011001110010100101101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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