#35323E

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

Shades of Revolver #35323E

Tints of Revolver #35323E

Color information

#35323E (or 0x35323E) is unknown color: approx Revolver. HEX triplet: 35, 32 and 3E. RGB value is (53,50,62). Sum of RGB (Red+Green+Blue) = 53+50+62=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 62 - color contains mainly: blue. Hex color #35323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323E is #CACDC1. Grayscale: #343434. Windows color (decimal): -13290946 or 4076085. OLE color: 4076085.

HSL color Cylindrical-coordinate representation of color #35323E: hue angle of 255º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35323E is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB535062-
CMYK0.150.1900.76
HSL255º10.71%21.96%-
HSV(B)255º19.35%24.31%-
XYZ3.483.395.03-
YUV52.26133.49128.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=32.12%
G=30.30%
B=37.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5350620.150.1900.7625510.7121.96
Hex35323EF1304Cffb16
Octal656276172301143771326
Binary1101011100101111101111100110100110011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35323E; }

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

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

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

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

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

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

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

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