#353144

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

Shades of Revolver #353144

Tints of Revolver #353144

Color information

#353144 (or 0x353144) is unknown color: approx Revolver. HEX triplet: 35, 31 and 44. RGB value is (53,49,68). Sum of RGB (Red+Green+Blue) = 53+49+68=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #353144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353144 is #CACEBB. Grayscale: #343434. Windows color (decimal): -13291196 or 4469045. OLE color: 4469045.

HSL color Cylindrical-coordinate representation of color #353144: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353144 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB534968-
CMYK0.220.2800.73
HSL252.63º16.24%22.94%-
HSV(B)252.63º27.94%26.67%-
XYZ3.613.375.93-
YUV52.36136.83128.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 68 (26.95% from 255) = 40%
R=31.18%
G=28.82%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5349680.220.2800.73252.6316.2422.94
Hex353144161C049fd1017
Octal6561104263401113752027
Binary1101011100011000100101101110001001001111111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353144; }

 p { color: rgb(53,49,68); }

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

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

 a { background-color: rgb(53,49,68); }

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

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

 span { border-color: rgb(53,49,68); }

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