#312D46

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

Shades of Revolver #312D46

Tints of Revolver #312D46

Color information

#312D46 (or 0x312D46) is unknown color: approx Revolver. HEX triplet: 31, 2D and 46. RGB value is (49,45,70). Sum of RGB (Red+Green+Blue) = 49+45+70=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #312D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D46 is #CED2B9. Grayscale: #303030. Windows color (decimal): -13554362 or 4599089. OLE color: 4599089.

HSL color Cylindrical-coordinate representation of color #312D46: hue angle of 249.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #312D46 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB494570-
CMYK0.300.3600.73
HSL249.6º21.74%22.55%-
HSV(B)249.6º35.71%27.45%-
XYZ3.312.976.19-
YUV49.05139.83127.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=29.88%
G=27.44%
B=42.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4945700.300.3600.73249.621.7422.55
Hex312D461E24049fa1617
Octal6155106364401113722627
Binary11000110110110001101111010010001001001111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D46; }

 p { color: rgb(49,45,70); }

 H1.HeaderClassName
 {
   color: #312D46;
 }
 .AnyTagClassName
 {
   color: #312D46;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #312D46;
 }
 .BgClassName
 {
   background-color: #312D46;
 }
</style>
border-color css

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

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

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