#323040

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

Shades of Revolver #323040

Tints of Revolver #323040

Color information

#323040 (or 0x323040) is unknown color: approx Revolver. HEX triplet: 32, 30 and 40. RGB value is (50,48,64). Sum of RGB (Red+Green+Blue) = 50+48+64=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #323040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323040 is #CDCFBF. Grayscale: #323232. Windows color (decimal): -13488064 or 4206642. OLE color: 4206642.

HSL color Cylindrical-coordinate representation of color #323040: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323040 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB504864-
CMYK0.220.2500.75
HSL247.5º14.29%21.96%-
HSV(B)247.5º25%25.1%-
XYZ3.33.165.29-
YUV50.42135.66127.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=30.86%
G=29.63%
B=39.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5048640.220.2500.75247.514.2921.96
Hex323040161904Bf8e16
Octal6260100263101133701626
Binary110010110000100000010110110010100101111111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323040; }

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

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

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

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

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

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

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

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