#242020

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

Shades of Nero #242020

Tints of Nero #242020

Color information

#242020 (or 0x242020) is unknown color: approx Nero. HEX triplet: 24, 20 and 20. RGB value is (36,32,32). Sum of RGB (Red+Green+Blue) = 36+32+32=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 36 - color contains mainly: red. Hex color #242020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242020 is #DBDFDF. Grayscale: #212121. Windows color (decimal): -14409696 or 2105380. OLE color: 2105380.

HSL color Cylindrical-coordinate representation of color #242020: hue angle of 0º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #242020 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB363232-
CMYK00.110.110.86
HSL5.88%13.33%-
HSV(B)11.11%14.12%-
XYZ1.51.511.58-
YUV33.2127.33130-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 32 (12.89% from 255) = 32%
R=36%
G=32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36323200.110.110.8605.8813.33
Hex2420200BB5606d
Octal444040013131260615
Binary100100100000100000010111011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242020; }

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

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

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

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

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

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

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

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