#37363D

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

Shades of Revolver #37363D

Tints of Revolver #37363D

Color information

#37363D (or 0x37363D) is unknown color: approx Revolver. HEX triplet: 37, 36 and 3D. RGB value is (55,54,61). Sum of RGB (Red+Green+Blue) = 55+54+61=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #37363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37363D is #C8C9C2. Grayscale: #373737. Windows color (decimal): -13158851 or 4011575. OLE color: 4011575.

HSL color Cylindrical-coordinate representation of color #37363D: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #37363D is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB555461-
CMYK0.100.1100.76
HSL248.57º6.09%22.55%-
HSV(B)248.57º11.48%23.92%-
XYZ3.743.794.95-
YUV55.1131.33127.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=32.35%
G=31.76%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5554610.100.1100.76248.576.0922.55
Hex37363DAB04Cf9617
Octal67667512130114371627
Binary11011111011011110110101011010011001111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37363D; }

 p { color: rgb(55,54,61); }

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

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

 a { background-color: rgb(55,54,61); }

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

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

 span { border-color: rgb(55,54,61); }

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