#313046

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

Shades of Revolver #313046

Tints of Revolver #313046

Color information

#313046 (or 0x313046) is unknown color: approx Revolver. HEX triplet: 31, 30 and 46. RGB value is (49,48,70). Sum of RGB (Red+Green+Blue) = 49+48+70=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #313046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313046 is #CECFB9. Grayscale: #323232. Windows color (decimal): -13553594 or 4599857. OLE color: 4599857.

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

Color convert

RGB494870-
CMYK0.300.3100.73
HSL242.73º18.64%23.14%-
HSV(B)242.73º31.43%27.45%-
XYZ3.433.216.23-
YUV50.81138.83126.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=29.34%
G=28.74%
B=41.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4948700.300.3100.73242.7318.6423.14
Hex3130461E1F049f31317
Octal6160106363701113632327
Binary1100011100001000110111101111101001001111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313046; }

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

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

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

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

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

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

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

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