#31303D

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

Shades of Revolver #31303D

Tints of Revolver #31303D

Color information

#31303D (or 0x31303D) is unknown color: approx Revolver. HEX triplet: 31, 30 and 3D. RGB value is (49,48,61). Sum of RGB (Red+Green+Blue) = 49+48+61=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #31303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31303D is #CECFC2. Grayscale: #313131. Windows color (decimal): -13553603 or 4010033. OLE color: 4010033.

HSL color Cylindrical-coordinate representation of color #31303D: hue angle of 244.62º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31303D is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB494861-
CMYK0.200.2100.76
HSL244.62º11.93%21.37%-
HSV(B)244.62º21.31%23.92%-
XYZ3.173.14.85-
YUV49.78134.33127.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=31.01%
G=30.38%
B=38.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4948610.200.2100.76244.6211.9321.37
Hex31303D141504Cf5c15
Octal616075242501143651425
Binary11000111000011110110100101010100110011110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31303D; }

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

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

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

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

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

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

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

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