#37303E

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

Shades of Jagger #37303E

Tints of Jagger #37303E

Color information

#37303E (or 0x37303E) is unknown color: approx Jagger. HEX triplet: 37, 30 and 3E. RGB value is (55,48,62). Sum of RGB (Red+Green+Blue) = 55+48+62=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 62 - color contains mainly: blue. Hex color #37303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303E is #C8CFC1. Grayscale: #333333. Windows color (decimal): -13160386 or 4075575. OLE color: 4075575.

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

Color convert

RGB554862-
CMYK0.110.2300.76
HSL270º12.73%21.57%-
HSV(B)270º22.58%24.31%-
XYZ3.53.275-
YUV51.69133.82130.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=33.33%
G=29.09%
B=37.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5548620.110.2300.7627012.7321.57
Hex37303EB1704C10ed16
Octal676076132701144161526
Binary11011111000011111010111011101001100100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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