#35333F

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

Shades of Revolver #35333F

Tints of Revolver #35333F

Color information

#35333F (or 0x35333F) is unknown color: approx Revolver. HEX triplet: 35, 33 and 3F. RGB value is (53,51,63). Sum of RGB (Red+Green+Blue) = 53+51+63=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #35333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35333F is #CACCC0. Grayscale: #343434. Windows color (decimal): -13290689 or 4141877. OLE color: 4141877.

HSL color Cylindrical-coordinate representation of color #35333F: hue angle of 250º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35333F is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535163-
CMYK0.160.1900.75
HSL250º10.53%22.35%-
HSV(B)250º19.05%24.71%-
XYZ3.553.485.19-
YUV52.97133.66128.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 63 (25% from 255) = 37.72%
R=31.74%
G=30.54%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5351630.160.1900.7525010.5322.35
Hex35333F101304Bfab16
Octal656377202301133721326
Binary11010111001111111110000100110100101111111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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