#33313C

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

Shades of Revolver #33313C

Tints of Revolver #33313C

Color information

#33313C (or 0x33313C) is unknown color: approx Revolver. HEX triplet: 33, 31 and 3C. RGB value is (51,49,60). Sum of RGB (Red+Green+Blue) = 51+49+60=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #33313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33313C is #CCCEC3. Grayscale: #323232. Windows color (decimal): -13422276 or 3944755. OLE color: 3944755.

HSL color Cylindrical-coordinate representation of color #33313C: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33313C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB514960-
CMYK0.150.1800.76
HSL250.91º10.09%21.37%-
HSV(B)250.91º18.33%23.53%-
XYZ3.283.234.72-
YUV50.85133.16128.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=31.88%
G=30.62%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5149600.150.1800.76250.9110.0921.37
Hex33313CF1204Cfba15
Octal636174172201143731225
Binary1100111100011111001111100100100110011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33313C; }

 p { color: rgb(51,49,60); }

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

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

 a { background-color: rgb(51,49,60); }

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

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

 span { border-color: rgb(51,49,60); }

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