Html Css Color HEX #312222 Nero

📋 copy color: '#312222'

red 49 ◦ green 34 ◦ blue 34

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

Shades of Nero #312222

Tints of Nero #312222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

 BLUE value IS 34 (13.67% from 255) = 29.06%

R = 41.88%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#312222 (or 0x312222) is known color: Nero. HEX triplet: 31, 22 and 22. RGB value is (49,34,34). Sum of RGB (Red+Green+Blue) = 49+34+34=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312222 is #CEDDDD. Grayscale: #262626. Windows color (decimal): -13557214 or 2236977. OLE color: 2236977.

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

Color convert

RGB 49 34 34 -
CMYK 0 0.31 0.31 0.81
HSL 0.18% 0.16% -
HSV(B) 0.31% 0.19% -
XYZ 2.13 1.91 1.77 -
YUV 38.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 49 34 34 0 0.31 0.31 0.81 0 0.18 0.16
Hex 31 22 22 0 1F 1F 51 0 12 10
Octal 61 42 42 0 37 37 121 0 22 20
Binary 110001 100010 100010 0 11111 11111 1010001 0 10010 10000

Color Harmonies of #312222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312222

Black with #312222

Text Example


Text Example

White with #312222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312222; }

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

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

background-color css

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

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

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

border-color css

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

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

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