#322F47

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

Shades of Revolver #322F47

Tints of Revolver #322F47

Color information

#322F47 (or 0x322F47) is unknown color: approx Revolver. HEX triplet: 32, 2F and 47. RGB value is (50,47,71). Sum of RGB (Red+Green+Blue) = 50+47+71=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #322F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F47 is #CDD0B8. Grayscale: #323232. Windows color (decimal): -13488313 or 4665138. OLE color: 4665138.

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

Color convert

RGB504771-
CMYK0.300.3400.72
HSL247.5º20.34%23.14%-
HSV(B)247.5º33.8%27.84%-
XYZ3.473.176.39-
YUV50.63139.49127.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=29.76%
G=27.98%
B=42.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5047710.300.3400.72247.520.3423.14
Hex322F471E22048f81417
Octal6257107364201103702427
Binary11001010111110001111111010001001001000111110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322F47; }

 p { color: rgb(50,47,71); }

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

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

 a { background-color: rgb(50,47,71); }

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

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

 span { border-color: rgb(50,47,71); }

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