#35333B

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

Shades of Revolver #35333B

Tints of Revolver #35333B

Color information

#35333B (or 0x35333B) is unknown color: approx Revolver. HEX triplet: 35, 33 and 3B. RGB value is (53,51,59). Sum of RGB (Red+Green+Blue) = 53+51+59=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #35333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35333B is #CACCC4. Grayscale: #343434. Windows color (decimal): -13290693 or 3879733. OLE color: 3879733.

HSL color Cylindrical-coordinate representation of color #35333B: hue angle of 255º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #35333B is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB535159-
CMYK0.100.1400.77
HSL255º7.27%21.57%-
HSV(B)255º13.56%23.14%-
XYZ3.443.444.62-
YUV52.51131.66128.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=32.52%
G=31.29%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5351590.100.1400.772557.2721.57
Hex35333BAE04Dff716
Octal65637312160115377726
Binary11010111001111101110101110010011011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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