#30201F

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

Shades of Nero #30201F

Tints of Nero #30201F

Color information

#30201F (or 0x30201F) is unknown color: approx Nero. HEX triplet: 30, 20 and 1F. RGB value is (48,32,31). Sum of RGB (Red+Green+Blue) = 48+32+31=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201F is #CFDFE0. Grayscale: #242424. Windows color (decimal): -13623265 or 2039856. OLE color: 2039856.

HSL color Cylindrical-coordinate representation of color #30201F: hue angle of 3.53º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30201F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB483231-
CMYK00.330.350.81
HSL3.53º21.52%15.49%-
HSV(B)3.53º35.42%18.82%-
XYZ1.981.761.53-
YUV36.67124.8136.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=43.24%
G=28.83%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323100.330.350.813.5321.5215.49
Hex30201F0212351416f
Octal6040370414312142617
Binary1100001000001111101000011000111010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30201F; }

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

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

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

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

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

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

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

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