Html Css Color HEX #312424 Nero

📋 copy color: '#312424'

red 49 ◦ green 36 ◦ blue 36

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

Shades of Nero #312424

Tints of Nero #312424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 40.5%
G = 29.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#312424 (or 0x312424) is known color: Nero. HEX triplet: 31, 24 and 24. RGB value is (49,36,36). Sum of RGB (Red+Green+Blue) = 49+36+36=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312424 is #CEDBDB. Grayscale: #272727. Windows color (decimal): -13556700 or 2368561. OLE color: 2368561.

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

Color convert

RGB 49 36 36 -
CMYK 0 0.27 0.27 0.81
HSL 0.15% 0.17% -
HSV(B) 0.27% 0.19% -
XYZ 2.22 2.04 1.95 -
YUV 39.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 49 36 36 0 0.27 0.27 0.81 0 0.15 0.17
Hex 31 24 24 0 1B 1B 51 0 F 11
Octal 61 44 44 0 33 33 121 0 17 21
Binary 110001 100100 100100 0 11011 11011 1010001 0 1111 10001

Color Harmonies of #312424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312424

Black with #312424

Text Example


Text Example

White with #312424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312424; }

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

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

background-color css

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

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

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

border-color css

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

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

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