#323041

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

Shades of Revolver #323041

Tints of Revolver #323041

Color information

#323041 (or 0x323041) is unknown color: approx Revolver. HEX triplet: 32, 30 and 41. RGB value is (50,48,65). Sum of RGB (Red+Green+Blue) = 50+48+65=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #323041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323041 is #CDCFBE. Grayscale: #323232. Windows color (decimal): -13488063 or 4272178. OLE color: 4272178.

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

Color convert

RGB504865-
CMYK0.230.2600.75
HSL247.06º15.04%22.16%-
HSV(B)247.06º26.15%25.49%-
XYZ3.333.175.44-
YUV50.54136.16127.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=30.67%
G=29.45%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5048650.230.2600.75247.0615.0422.16
Hex323041171A04Bf7f16
Octal6260101273201133671726
Binary110010110000100000110111110100100101111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323041; }

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

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

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

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

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

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

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

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