#353439

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

Shades of Revolver #353439

Tints of Revolver #353439

Color information

#353439 (or 0x353439) is unknown color: approx Revolver. HEX triplet: 35, 34 and 39. RGB value is (53,52,57). Sum of RGB (Red+Green+Blue) = 53+52+57=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #353439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353439 is #CACBC6. Grayscale: #343434. Windows color (decimal): -13290439 or 3748917. OLE color: 3748917.

HSL color Cylindrical-coordinate representation of color #353439: hue angle of 252º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353439 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB535257-
CMYK0.070.0900.78
HSL252º4.59%21.37%-
HSV(B)252º8.77%22.35%-
XYZ3.433.514.37-
YUV52.87130.33128.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=32.72%
G=32.10%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5352570.070.0900.782524.5921.37
Hex3534397904Efc515
Octal6564717110116374525
Binary1101011101001110011111001010011101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353439; }

 p { color: rgb(53,52,57); }

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

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

 a { background-color: rgb(53,52,57); }

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

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

 span { border-color: rgb(53,52,57); }

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