Html Css Color HEX #312323 Nero

📋 copy color: '#312323'

red 49 ◦ green 35 ◦ blue 35

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

Shades of Nero #312323

Tints of Nero #312323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.41%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 41.18%
G = 29.41%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312323 (or 0x312323) is known color: Nero. HEX triplet: 31, 23 and 23. RGB value is (49,35,35). Sum of RGB (Red+Green+Blue) = 49+35+35=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312323 is #CEDCDC. Grayscale: #272727. Windows color (decimal): -13556957 or 2302769. OLE color: 2302769.

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

Color convert

RGB 49 35 35 -
CMYK 0 0.29 0.29 0.81
HSL 0.17% 0.16% -
HSV(B) 0.29% 0.19% -
XYZ 2.17 1.98 1.86 -
YUV 39.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 49 35 35 0 0.29 0.29 0.81 0 0.17 0.16
Hex 31 23 23 0 1D 1D 51 0 11 10
Octal 61 43 43 0 35 35 121 0 21 20
Binary 110001 100011 100011 0 11101 11101 1010001 0 10001 10000

Color Harmonies of #312323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312323

Black with #312323

Text Example


Text Example

White with #312323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312323; }

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

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

background-color css

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

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

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

border-color css

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

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

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