#37303F

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

Shades of Jagger #37303F

Tints of Jagger #37303F

Color information

#37303F (or 0x37303F) is unknown color: approx Jagger. HEX triplet: 37, 30 and 3F. RGB value is (55,48,63). Sum of RGB (Red+Green+Blue) = 55+48+63=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #37303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303F is #C8CFC0. Grayscale: #333333. Windows color (decimal): -13160385 or 4141111. OLE color: 4141111.

HSL color Cylindrical-coordinate representation of color #37303F: hue angle of 268º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37303F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB554863-
CMYK0.130.2400.75
HSL268º13.51%21.76%-
HSV(B)268º23.81%24.71%-
XYZ3.533.295.15-
YUV51.8134.32130.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 63 (25% from 255) = 37.95%
R=33.13%
G=28.92%
B=37.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5548630.130.2400.7526813.5121.76
Hex37303FD1804B10ce16
Octal676077153001134141626
Binary11011111000011111111011100001001011100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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