#37293E

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

Shades of Jagger #37293E

Tints of Jagger #37293E

Color information

#37293E (or 0x37293E) is unknown color: approx Jagger. HEX triplet: 37, 29 and 3E. RGB value is (55,41,62). Sum of RGB (Red+Green+Blue) = 55+41+62=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #37293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37293E is #C8D6C1. Grayscale: #2F2F2F. Windows color (decimal): -13162178 or 4073783. OLE color: 4073783.

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

Color convert

RGB554162-
CMYK0.110.3400.76
HSL280º20.39%20.2%-
HSV(B)280º33.87%24.31%-
XYZ3.242.754.92-
YUV47.58136.14133.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=34.81%
G=25.95%
B=39.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5541620.110.3400.7628020.3920.2
Hex37293EB2204C1181414
Octal675176134201144302424
Binary1101111010011111101011100010010011001000110001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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