#323141

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

Shades of Revolver #323141

Tints of Revolver #323141

Color information

#323141 (or 0x323141) is unknown color: approx Revolver. HEX triplet: 32, 31 and 41. RGB value is (50,49,65). Sum of RGB (Red+Green+Blue) = 50+49+65=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #323141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323141 is #CDCEBE. Grayscale: #333333. Windows color (decimal): -13487807 or 4272434. OLE color: 4272434.

HSL color Cylindrical-coordinate representation of color #323141: hue angle of 243.75º 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 #323141 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB504965-
CMYK0.230.2500.75
HSL243.75º14.04%22.35%-
HSV(B)243.75º24.62%25.49%-
XYZ3.373.265.45-
YUV51.12135.83127.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=30.49%
G=29.88%
B=39.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5049650.230.2500.75243.7514.0422.35
Hex323141171904Bf4e16
Octal6261101273101133641626
Binary110010110001100000110111110010100101111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323141; }

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

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

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

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

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

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

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

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