#312525

Color #312525 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #312525

Tints of Nero #312525

Color information

#312525 (or 0x312525) is unknown color: approx 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

RGB493737-
CMYK00.240.240.81
HSL13.95%16.86%-
HSV(B)24.49%19.22%-
XYZ2.262.112.04-
YUV40.59125.98134-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49373700.240.240.81013.9516.86
Hex31252501818510e11
Octal6145450303012101621
Binary1100011001011001010110001100010100010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>