#37313E

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

Shades of Jagger #37313E

Tints of Jagger #37313E

Color information

#37313E (or 0x37313E) is unknown color: approx Jagger. HEX triplet: 37, 31 and 3E. RGB value is (55,49,62). Sum of RGB (Red+Green+Blue) = 55+49+62=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #37313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313E is #C8CEC1. Grayscale: #343434. Windows color (decimal): -13160130 or 4075831. OLE color: 4075831.

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

Color convert

RGB554962-
CMYK0.110.2100.76
HSL267.69º11.71%21.76%-
HSV(B)267.69º20.97%24.31%-
XYZ3.543.365.02-
YUV52.28133.49129.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=33.13%
G=29.52%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5549620.110.2100.76267.6911.7121.76
Hex37313EB1504C10cc16
Octal676176132501144141426
Binary11011111000111111010111010101001100100001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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