#302020

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

Shades of Nero #302020

Tints of Nero #302020

Color information

#302020 (or 0x302020) is unknown color: approx Nero. HEX triplet: 30, 20 and 20. RGB value is (48,32,32). Sum of RGB (Red+Green+Blue) = 48+32+32=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302020 is #CFDFDF. Grayscale: #242424. Windows color (decimal): -13623264 or 2105392. OLE color: 2105392.

HSL color Cylindrical-coordinate representation of color #302020: hue angle of 0º 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 #302020 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB483232-
CMYK00.330.330.81
HSL20%15.69%-
HSV(B)33.33%18.82%-
XYZ21.771.6-
YUV36.78125.3136-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323200.330.330.8102015.69
Hex302020021215101410
Octal6040400414112102420
Binary1100001000001000000100001100001101000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302020; }

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

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

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

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

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

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

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

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