Html Css Color HEX #312020 Nero

📋 copy color: '#312020'

red 49 ◦ green 32 ◦ blue 32

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

Shades of Nero #312020

Tints of Nero #312020

RGB

 RED value IS 49 (19.53% from 255) = 43.36%

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

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

R = 43.36%
G = 28.32%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#312020 (or 0x312020) is known color: Nero. HEX triplet: 31, 20 and 20. RGB value is (49,32,32). Sum of RGB (Red+Green+Blue) = 49+32+32=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312020 is #CEDFDF. Grayscale: #252525. Windows color (decimal): -13557728 or 2105393. OLE color: 2105393.

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

Color convert

RGB 49 32 32 -
CMYK 0 0.35 0.35 0.81
HSL 0.21% 0.16% -
HSV(B) 0.35% 0.19% -
XYZ 2.04 1.79 1.6 -
YUV 37.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 49 32 32 0 0.35 0.35 0.81 0 0.21 0.16
Hex 31 20 20 0 23 23 51 0 15 10
Octal 61 40 40 0 43 43 121 0 25 20
Binary 110001 100000 100000 0 100011 100011 1010001 0 10101 10000

Color Harmonies of #312020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312020

Black with #312020

Text Example


Text Example

White with #312020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312020; }

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

 H1.HeaderClassName
 {
   color: #312020;
 }
 .AnyTagClassName
 {
   color: #312020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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