#37353F

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

Shades of Revolver #37353F

Tints of Revolver #37353F

Color information

#37353F (or 0x37353F) is unknown color: approx Revolver. HEX triplet: 37, 35 and 3F. RGB value is (55,53,63). Sum of RGB (Red+Green+Blue) = 55+53+63=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #37353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37353F is #C8CAC0. Grayscale: #363636. Windows color (decimal): -13159105 or 4142391. OLE color: 4142391.

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

Color convert

RGB555363-
CMYK0.130.1600.75
HSL252º8.62%22.75%-
HSV(B)252º15.87%24.71%-
XYZ3.753.725.22-
YUV54.74132.66128.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 63 (25% from 255) = 36.84%
R=32.16%
G=30.99%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5553630.130.1600.752528.6222.75
Hex37353FD1004Bfc917
Octal676577152001133741127
Binary1101111101011111111101100000100101111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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