#323142

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

Shades of Revolver #323142

Tints of Revolver #323142

Color information

#323142 (or 0x323142) is unknown color: approx Revolver. HEX triplet: 32, 31 and 42. RGB value is (50,49,66). Sum of RGB (Red+Green+Blue) = 50+49+66=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #323142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323142 is #CDCEBD. Grayscale: #333333. Windows color (decimal): -13487806 or 4337970. OLE color: 4337970.

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

Color convert

RGB504966-
CMYK0.240.2600.74
HSL243.53º14.78%22.55%-
HSV(B)243.53º25.76%25.88%-
XYZ3.43.275.61-
YUV51.24136.33127.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 66 (26.17% from 255) = 40%
R=30.30%
G=29.70%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5049660.240.2600.74243.5314.7822.55
Hex323142181A04Af4f17
Octal6261102303201123641727
Binary110010110001100001011000110100100101011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323142; }

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

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

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

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

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

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

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

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