#313041

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

Shades of Revolver #313041

Tints of Revolver #313041

Color information

#313041 (or 0x313041) is unknown color: approx Revolver. HEX triplet: 31, 30 and 41. RGB value is (49,48,65). Sum of RGB (Red+Green+Blue) = 49+48+65=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #313041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313041 is #CECFBE. Grayscale: #323232. Windows color (decimal): -13553599 or 4272177. OLE color: 4272177.

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

Color convert

RGB494865-
CMYK0.250.2600.75
HSL243.53º15.04%22.16%-
HSV(B)243.53º26.15%25.49%-
XYZ3.283.155.44-
YUV50.24136.33127.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=30.25%
G=29.63%
B=40.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4948650.250.2600.75243.5315.0422.16
Hex313041191A04Bf4f16
Octal6160101313201133641726
Binary110001110000100000111001110100100101111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313041; }

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

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

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

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

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

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

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

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