#37363B

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

Shades of Revolver #37363B

Tints of Revolver #37363B

Color information

#37363B (or 0x37363B) is unknown color: approx Revolver. HEX triplet: 37, 36 and 3B. RGB value is (55,54,59). Sum of RGB (Red+Green+Blue) = 55+54+59=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 59 - color contains mainly: blue. Hex color #37363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37363B is #C8C9C4. Grayscale: #363636. Windows color (decimal): -13158853 or 3880503. OLE color: 3880503.

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

Color convert

RGB555459-
CMYK0.070.0800.77
HSL252º4.42%22.16%-
HSV(B)252º8.47%23.14%-
XYZ3.683.774.67-
YUV54.87130.33128.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=32.74%
G=32.14%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5554590.070.0800.772524.4222.16
Hex37363B7804Dfc416
Octal6766737100115374426
Binary1101111101101110111111000010011011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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