#242A20

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

Shades of Black Forest #242A20

Tints of Black Forest #242A20

Color information

#242A20 (or 0x242A20) is unknown color: approx Black Forest. HEX triplet: 24, 2A and 20. RGB value is (36,42,32). Sum of RGB (Red+Green+Blue) = 36+42+32=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #242A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A20 is #DBD5DF. Grayscale: #272727. Windows color (decimal): -14407136 or 2107940. OLE color: 2107940.

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

Color convert

RGB364232-
CMYK0.1400.240.84
HSL96º13.51%14.51%-
HSV(B)96º23.81%16.47%-
XYZ1.822.141.68-
YUV39.07124.01125.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=32.73%
G=38.18%
B=29.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3642320.1400.240.849613.5114.51
Hex242A20E0185460ef
Octal445240160301241401617
Binary10010010101010000011100110001010100110000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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