#37363C

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

Shades of Revolver #37363C

Tints of Revolver #37363C

Color information

#37363C (or 0x37363C) is unknown color: approx Revolver. HEX triplet: 37, 36 and 3C. RGB value is (55,54,60). Sum of RGB (Red+Green+Blue) = 55+54+60=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #37363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37363C is #C8C9C3. Grayscale: #363636. Windows color (decimal): -13158852 or 3946039. OLE color: 3946039.

HSL color Cylindrical-coordinate representation of color #37363C: hue angle of 250º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #37363C is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB555460-
CMYK0.080.1000.76
HSL250º5.26%22.35%-
HSV(B)250º10%23.53%-
XYZ3.713.784.81-
YUV54.98130.83128.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=32.54%
G=31.95%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5554600.080.1000.762505.2622.35
Hex37363C8A04Cfa516
Octal67667410120114372526
Binary11011111011011110010001010010011001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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