#37313C

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

Shades of Jagger #37313C

Tints of Jagger #37313C

Color information

#37313C (or 0x37313C) is unknown color: approx Jagger. HEX triplet: 37, 31 and 3C. RGB value is (55,49,60). Sum of RGB (Red+Green+Blue) = 55+49+60=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 60 - color contains mainly: blue. Hex color #37313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313C is #C8CEC3. Grayscale: #343434. Windows color (decimal): -13160132 or 3944759. OLE color: 3944759.

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

Color convert

RGB554960-
CMYK0.080.1800.76
HSL272.73º10.09%21.37%-
HSV(B)272.73º18.33%23.53%-
XYZ3.493.344.73-
YUV52.05132.49130.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=33.54%
G=29.88%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5549600.080.1800.76272.7310.0921.37
Hex37313C81204C111a15
Octal676174102201144211225
Binary11011111000111110010001001001001100100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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