#322424

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

Shades of Nero #322424

Tints of Nero #322424

Color information

#322424 (or 0x322424) is unknown color: approx Nero. HEX triplet: 32, 24 and 24. RGB value is (50,36,36). Sum of RGB (Red+Green+Blue) = 50+36+36=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322424 is #CDDBDB. Grayscale: #282828. Windows color (decimal): -13491164 or 2368562. OLE color: 2368562.

HSL color Cylindrical-coordinate representation of color #322424: hue angle of 0º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322424 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB503636-
CMYK00.280.280.80
HSL16.28%16.86%-
HSV(B)28%19.61%-
XYZ2.262.071.95-
YUV40.19125.64135-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=40.98%
G=29.51%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50363600.280.280.80016.2816.86
Hex32242401C1C5001011
Octal6244440343412002021
Binary11001010010010010001110011100101000001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322424; }

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

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

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

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

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

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

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

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