#333048

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

Shades of Revolver #333048

Tints of Revolver #333048

Color information

#333048 (or 0x333048) is unknown color: approx Revolver. HEX triplet: 33, 30 and 48. RGB value is (51,48,72). Sum of RGB (Red+Green+Blue) = 51+48+72=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #333048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333048 is #CCCFB7. Grayscale: #333333. Windows color (decimal): -13422520 or 4730931. OLE color: 4730931.

HSL color Cylindrical-coordinate representation of color #333048: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #333048 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB514872-
CMYK0.290.3300.72
HSL247.5º20%23.53%-
HSV(B)247.5º33.33%28.24%-
XYZ3.593.296.58-
YUV51.63139.49127.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=29.82%
G=28.07%
B=42.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5148720.290.3300.72247.52023.53
Hex3330481D21048f81418
Octal6360110354101103702430
Binary11001111000010010001110110000101001000111110001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333048; }

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

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

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

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

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

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

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

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