#302120

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

Shades of Nero #302120

Tints of Nero #302120

Color information

#302120 (or 0x302120) is unknown color: approx Nero. HEX triplet: 30, 21 and 20. RGB value is (48,33,32). Sum of RGB (Red+Green+Blue) = 48+33+32=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302120 is #CFDEDF. Grayscale: #252525. Windows color (decimal): -13623008 or 2105648. OLE color: 2105648.

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

Color convert

RGB483332-
CMYK00.310.330.81
HSL3.75º20%15.69%-
HSV(B)3.75º33.33%18.82%-
XYZ2.021.821.61-
YUV37.37124.97135.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=42.48%
G=29.20%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333200.310.330.813.752015.69
Hex30212001F215141410
Octal6041400374112142420
Binary11000010000110000001111110000110100011001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302120; }

 p { color: rgb(48,33,32); }

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

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

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

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

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

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

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