#373540

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

Shades of Revolver #373540

Tints of Revolver #373540

Color information

#373540 (or 0x373540) is unknown color: approx Revolver. HEX triplet: 37, 35 and 40. RGB value is (55,53,64). Sum of RGB (Red+Green+Blue) = 55+53+64=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #373540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373540 is #C8CABF. Grayscale: #363636. Windows color (decimal): -13159104 or 4207927. OLE color: 4207927.

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

Color convert

RGB555364-
CMYK0.140.1700.75
HSL250.91º9.4%22.94%-
HSV(B)250.91º17.19%25.1%-
XYZ3.773.735.37-
YUV54.85133.16128.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=31.98%
G=30.81%
B=37.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5553640.140.1700.75250.919.422.94
Hex373540E1104Bfb917
Octal6765100162101133731127
Binary11011111010110000001110100010100101111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373540; }

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

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

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

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

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

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

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

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