#312F42

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

Shades of Revolver #312F42

Tints of Revolver #312F42

Color information

#312F42 (or 0x312F42) is unknown color: approx Revolver. HEX triplet: 31, 2F and 42. RGB value is (49,47,66). Sum of RGB (Red+Green+Blue) = 49+47+66=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #312F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F42 is #CED0BD. Grayscale: #313131. Windows color (decimal): -13553854 or 4337457. OLE color: 4337457.

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

Color convert

RGB494766-
CMYK0.260.2900.74
HSL246.32º16.81%22.16%-
HSV(B)246.32º28.79%25.88%-
XYZ3.273.085.58-
YUV49.76137.16127.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=30.25%
G=29.01%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4947660.260.2900.74246.3216.8122.16
Hex312F421A1D04Af61116
Octal6157102323501123662126
Binary1100011011111000010110101110101001010111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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