#35343A

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

Shades of Revolver #35343A

Tints of Revolver #35343A

Color information

#35343A (or 0x35343A) is unknown color: approx Revolver. HEX triplet: 35, 34 and 3A. RGB value is (53,52,58). Sum of RGB (Red+Green+Blue) = 53+52+58=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #35343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35343A is #CACBC5. Grayscale: #343434. Windows color (decimal): -13290438 or 3814453. OLE color: 3814453.

HSL color Cylindrical-coordinate representation of color #35343A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #35343A is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB535258-
CMYK0.090.1000.77
HSL250º5.45%21.57%-
HSV(B)250º10.34%22.75%-
XYZ3.463.524.5-
YUV52.98130.83128.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=32.52%
G=31.90%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5352580.090.1000.772505.4521.57
Hex35343A9A04Dfa516
Octal65647211120115372526
Binary11010111010011101010011010010011011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35343A; }

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

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

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

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

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

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

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

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