#33313F

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

Shades of Revolver #33313F

Tints of Revolver #33313F

Color information

#33313F (or 0x33313F) is unknown color: approx Revolver. HEX triplet: 33, 31 and 3F. RGB value is (51,49,63). Sum of RGB (Red+Green+Blue) = 51+49+63=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #33313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33313F is #CCCEC0. Grayscale: #333333. Windows color (decimal): -13422273 or 4141363. OLE color: 4141363.

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

Color convert

RGB514963-
CMYK0.190.2200.75
HSL248.57º12.5%21.96%-
HSV(B)248.57º22.22%24.71%-
XYZ3.363.265.15-
YUV51.19134.66127.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 63 (25% from 255) = 38.65%
R=31.29%
G=30.06%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5149630.190.2200.75248.5712.521.96
Hex33313F131604Bf9c16
Octal636177232601133711426
Binary11001111000111111110011101100100101111111001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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