#353240

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

Shades of Revolver #353240

Tints of Revolver #353240

Color information

#353240 (or 0x353240) is unknown color: approx Revolver. HEX triplet: 35, 32 and 40. RGB value is (53,50,64). Sum of RGB (Red+Green+Blue) = 53+50+64=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #353240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353240 is #CACDBF. Grayscale: #343434. Windows color (decimal): -13290944 or 4207157. OLE color: 4207157.

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

Color convert

RGB535064-
CMYK0.170.2200.75
HSL252.86º12.28%22.35%-
HSV(B)252.86º21.88%25.1%-
XYZ3.533.415.32-
YUV52.49134.49128.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=31.74%
G=29.94%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5350640.170.2200.75252.8612.2822.35
Hex353240111604Bfdc16
Octal6562100212601133751426
Binary110101110010100000010001101100100101111111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353240; }

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

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

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

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

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

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

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

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