#323149

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

Shades of Revolver #323149

Tints of Revolver #323149

Color information

#323149 (or 0x323149) is unknown color: approx Revolver. HEX triplet: 32, 31 and 49. RGB value is (50,49,73). Sum of RGB (Red+Green+Blue) = 50+49+73=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 49 (19.53% from 255 or 28.49% 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 #323149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323149 is #CDCEB6. Grayscale: #333333. Windows color (decimal): -13487799 or 4796722. OLE color: 4796722.

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

Color convert

RGB504973-
CMYK0.320.3300.71
HSL242.5º19.67%23.92%-
HSV(B)242.5º32.88%28.63%-
XYZ3.623.366.76-
YUV52.04139.83126.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=29.07%
G=28.49%
B=42.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5049730.320.3300.71242.519.6723.92
Hex3231492021047f21418
Octal6261111404101073622430
Binary110010110001100100110000010000101000111111100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323149; }

 p { color: rgb(50,49,73); }

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

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

 a { background-color: rgb(50,49,73); }

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

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

 span { border-color: rgb(50,49,73); }

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