#312F41

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

Shades of Revolver #312F41

Tints of Revolver #312F41

Color information

#312F41 (or 0x312F41) is unknown color: approx Revolver. HEX triplet: 31, 2F and 41. RGB value is (49,47,65). Sum of RGB (Red+Green+Blue) = 49+47+65=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #312F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F41 is #CED0BE. Grayscale: #313131. Windows color (decimal): -13553855 or 4271921. OLE color: 4271921.

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

Color convert

RGB494765-
CMYK0.250.2800.75
HSL246.67º16.07%21.96%-
HSV(B)246.67º27.69%25.49%-
XYZ3.243.075.42-
YUV49.65136.66127.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=30.43%
G=29.19%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4947650.250.2800.75246.6716.0721.96
Hex312F41191C04Bf71016
Octal6157101313401133672026
Binary1100011011111000001110011110001001011111101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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