#332121

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

Shades of Nero #332121

Tints of Nero #332121

Color information

#332121 (or 0x332121) is unknown color: approx Nero. HEX triplet: 33, 21 and 21. RGB value is (51,33,33). Sum of RGB (Red+Green+Blue) = 51+33+33=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332121 is #CCDEDE. Grayscale: #262626. Windows color (decimal): -13426399 or 2171187. OLE color: 2171187.

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

Color convert

RGB513333-
CMYK00.350.350.8
HSL21.43%16.47%-
HSV(B)35.29%20%-
XYZ2.181.91.69-
YUV38.38124.96137-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=43.59%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51333300.350.350.8021.4316.47
Hex332121023235001510
Octal6341410434312002520
Binary1100111000011000010100011100011101000001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332121; }

 p { color: rgb(51,33,33); }

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

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

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

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

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

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

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