#333246

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

Shades of Revolver #333246

Tints of Revolver #333246

Color information

#333246 (or 0x333246) is unknown color: approx Revolver. HEX triplet: 33, 32 and 46. RGB value is (51,50,70). Sum of RGB (Red+Green+Blue) = 51+50+70=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #333246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333246 is #CCCDB9. Grayscale: #343434. Windows color (decimal): -13422010 or 4600371. OLE color: 4600371.

HSL color Cylindrical-coordinate representation of color #333246: hue angle of 243º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333246 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB515070-
CMYK0.270.2900.73
HSL243º16.67%23.53%-
HSV(B)243º28.57%27.45%-
XYZ3.613.436.27-
YUV52.58137.83126.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=29.82%
G=29.24%
B=40.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5150700.270.2900.7324316.6723.53
Hex3332461B1D049f31118
Octal6362106333501113632130
Binary1100111100101000110110111110101001001111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333246; }

 p { color: rgb(51,50,70); }

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

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

 a { background-color: rgb(51,50,70); }

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

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

 span { border-color: rgb(51,50,70); }

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