#37303B

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

Shades of Jagger #37303B

Tints of Jagger #37303B

Color information

#37303B (or 0x37303B) is unknown color: approx Jagger. HEX triplet: 37, 30 and 3B. RGB value is (55,48,59). Sum of RGB (Red+Green+Blue) = 55+48+59=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #37303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303B is #C8CFC4. Grayscale: #333333. Windows color (decimal): -13160389 or 3878967. OLE color: 3878967.

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

Color convert

RGB554859-
CMYK0.070.1900.77
HSL278.18º10.28%20.98%-
HSV(B)278.18º18.64%23.14%-
XYZ3.423.244.58-
YUV51.35132.32130.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=33.95%
G=29.63%
B=36.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5548590.070.1900.77278.1810.2820.98
Hex37303B71304D116a15
Octal67607372301154261225
Binary1101111100001110111111001101001101100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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