Html Css Color HEX #30201F Nero

📋 copy color: '#30201F'

red 48 ◦ green 32 ◦ blue 31

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

Shades of Nero #30201F

Tints of Nero #30201F

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

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30201F (or 0x30201F) is known color: 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

RGB 48 32 31 -
CMYK 0 0.33 0.35 0.81
HSL 3.53º 0.22% 0.15% -
HSV(B) 3.53º 0.35% 0.19% -
XYZ 1.98 1.76 1.53 -
YUV 36.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 48 32 31 0 0.33 0.35 0.81 3.53 0.22 0.15
Hex 30 20 1F 0 21 23 51 4 16 F
Octal 60 40 37 0 41 43 121 4 26 17
Binary 110000 100000 11111 0 100001 100011 1010001 100 10110 1111

Color Harmonies of #30201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30201F

Black with #30201F

Text Example


Text Example

White with #30201F

Text Example


Text Example

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