Html Css Color HEX #302020 Nero

📋 copy color: '#302020'

red 48 ◦ green 32 ◦ blue 32

#302020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nero #302020

Tints of Nero #302020

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 value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#302020 (or 0x302020) is known color: 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

RGB 48 32 32 -
CMYK 0 0.33 0.33 0.81
HSL 0.2% 0.16% -
HSV(B) 0.33% 0.19% -
XYZ 2 1.77 1.6 -
YUV 36.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 48 32 32 0 0.33 0.33 0.81 0 0.2 0.16
Hex 30 20 20 0 21 21 51 0 14 10
Octal 60 40 40 0 41 41 121 0 24 20
Binary 110000 100000 100000 0 100001 100001 1010001 0 10100 10000

Color Harmonies of #302020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302020

Black with #302020

Text Example


Text Example

White with #302020

Text Example


Text Example

HTML Codes & Css Web 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>