#37303A

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

Shades of Jagger #37303A

Tints of Jagger #37303A

Color information

#37303A (or 0x37303A) is unknown color: approx Jagger. HEX triplet: 37, 30 and 3A. RGB value is (55,48,58). Sum of RGB (Red+Green+Blue) = 55+48+58=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #37303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303A is #C8CFC5. Grayscale: #333333. Windows color (decimal): -13160390 or 3813431. OLE color: 3813431.

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

Color convert

RGB554858-
CMYK0.050.1700.77
HSL282º9.43%20.78%-
HSV(B)282º17.24%22.75%-
XYZ3.43.234.45-
YUV51.23131.82130.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=34.16%
G=29.81%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5548580.050.1700.772829.4320.78
Hex37303A51104D11a915
Octal67607252101154321125
Binary1101111100001110101011000101001101100011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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