#323048

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

Shades of Revolver #323048

Tints of Revolver #323048

Color information

#323048 (or 0x323048) is unknown color: approx Revolver. HEX triplet: 32, 30 and 48. RGB value is (50,48,72). Sum of RGB (Red+Green+Blue) = 50+48+72=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #323048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323048 is #CDCFB7. Grayscale: #333333. Windows color (decimal): -13488056 or 4730930. OLE color: 4730930.

HSL color Cylindrical-coordinate representation of color #323048: hue angle of 245º 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 #323048 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB504872-
CMYK0.310.3300.72
HSL245º20%23.53%-
HSV(B)245º33.33%28.24%-
XYZ3.543.266.57-
YUV51.33139.66127.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=29.41%
G=28.24%
B=42.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5048720.310.3300.722452023.53
Hex3230481F21048f51418
Octal6260110374101103652430
Binary11001011000010010001111110000101001000111101011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323048; }

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

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

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

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

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

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

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

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