Html Css Color HEX #312525 Nero

📋 copy color: '#312525'

red 49 ◦ green 37 ◦ blue 37

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

Shades of Nero #312525

Tints of Nero #312525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 39.84%
G = 30.08%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312525 (or 0x312525) is known color: Nero. HEX triplet: 31, 25 and 25. RGB value is (49,37,37). Sum of RGB (Red+Green+Blue) = 49+37+37=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312525 is #CEDADA. Grayscale: #282828. Windows color (decimal): -13556443 or 2434353. OLE color: 2434353.

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

Color convert

RGB 49 37 37 -
CMYK 0 0.24 0.24 0.81
HSL 0.14% 0.17% -
HSV(B) 0.24% 0.19% -
XYZ 2.26 2.11 2.04 -
YUV 40.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 49 37 37 0 0.24 0.24 0.81 0 0.14 0.17
Hex 31 25 25 0 18 18 51 0 E 11
Octal 61 45 45 0 30 30 121 0 16 21
Binary 110001 100101 100101 0 11000 11000 1010001 0 1110 10001

Color Harmonies of #312525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312525

Black with #312525

Text Example


Text Example

White with #312525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312525; }

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

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

background-color css

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

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

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

border-color css

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

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

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