#35333A

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

Shades of Revolver #35333A

Tints of Revolver #35333A

Color information

#35333A (or 0x35333A) is unknown color: approx Revolver. HEX triplet: 35, 33 and 3A. RGB value is (53,51,58). Sum of RGB (Red+Green+Blue) = 53+51+58=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 58 - color contains mainly: blue. Hex color #35333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35333A is #CACCC5. Grayscale: #343434. Windows color (decimal): -13290694 or 3814197. OLE color: 3814197.

HSL color Cylindrical-coordinate representation of color #35333A: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35333A is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB535158-
CMYK0.090.1200.77
HSL257.14º6.42%21.37%-
HSV(B)257.14º12.07%22.75%-
XYZ3.423.434.49-
YUV52.4131.16128.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=32.72%
G=31.48%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5351580.090.1200.77257.146.4221.37
Hex35333A9C04D101615
Octal65637211140115401625
Binary110101110011111010100111000100110110000000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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