#313042

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

Shades of Revolver #313042

Tints of Revolver #313042

Color information

#313042 (or 0x313042) is unknown color: approx Revolver. HEX triplet: 31, 30 and 42. RGB value is (49,48,66). Sum of RGB (Red+Green+Blue) = 49+48+66=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #313042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313042 is #CECFBD. Grayscale: #323232. Windows color (decimal): -13553598 or 4337713. OLE color: 4337713.

HSL color Cylindrical-coordinate representation of color #313042: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313042 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB494866-
CMYK0.260.2700.74
HSL243.33º15.79%22.35%-
HSV(B)243.33º27.27%25.88%-
XYZ3.313.165.59-
YUV50.35136.83127.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=30.06%
G=29.45%
B=40.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4948660.260.2700.74243.3315.7922.35
Hex3130421A1B04Af31016
Octal6160102323301123632026
Binary1100011100001000010110101101101001010111100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313042; }

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

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

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

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

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

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

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

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