Html Css Color HEX #302120 Nero

📋 copy color: '#302120'

red 48 ◦ green 33 ◦ blue 32

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

Shades of Nero #302120

Tints of Nero #302120

RGB

 RED value IS 48 (19.14% from 255) = 42.48%

 GREEN value IS 33 (13.28% from 255) = 29.2%

 BLUE value IS 32 (12.89% from 255) = 28.32%

R = 42.48%
G = 29.2%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 48 33 32 -
CMYK 0 0.31 0.33 0.81
HSL 3.75º 0.2% 0.16% -
HSV(B) 3.75º 0.33% 0.19% -
XYZ 2.02 1.82 1.61 -
YUV 37.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 48 33 32 0 0.31 0.33 0.81 3.75 0.2 0.16
Hex 30 21 20 0 1F 21 51 4 14 10
Octal 60 41 40 0 37 41 121 4 24 20
Binary 110000 100001 100000 0 11111 100001 1010001 100 10100 10000

Color Harmonies of #302120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302120

Black with #302120

Text Example


Text Example

White with #302120

Text Example


Text Example

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