#333049

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

Shades of Revolver #333049

Tints of Revolver #333049

Color information

#333049 (or 0x333049) is unknown color: approx Revolver. HEX triplet: 33, 30 and 49. RGB value is (51,48,73). Sum of RGB (Red+Green+Blue) = 51+48+73=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #333049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333049 is #CCCFB6. Grayscale: #333333. Windows color (decimal): -13422519 or 4796467. OLE color: 4796467.

HSL color Cylindrical-coordinate representation of color #333049: hue angle of 247.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #333049 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB514873-
CMYK0.300.3400.71
HSL247.2º20.66%23.73%-
HSV(B)247.2º34.25%28.63%-
XYZ3.623.36.75-
YUV51.75139.99127.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=29.65%
G=27.91%
B=42.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5148730.300.3400.71247.220.6623.73
Hex3330491E22047f71518
Octal6360111364201073672530
Binary11001111000010010011111010001001000111111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333049; }

 p { color: rgb(51,48,73); }

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

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

 a { background-color: rgb(51,48,73); }

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

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

 span { border-color: rgb(51,48,73); }

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