#371B50

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

Shades of Jagger #371B50

Tints of Jagger #371B50

Color information

#371B50 (or 0x371B50) is unknown color: approx Jagger. HEX triplet: 37, 1B and 50. RGB value is (55,27,80). Sum of RGB (Red+Green+Blue) = 55+27+80=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #371B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B50 is #C8E4AF. Grayscale: #292929. Windows color (decimal): -13165744 or 5249847. OLE color: 5249847.

HSL color Cylindrical-coordinate representation of color #371B50: hue angle of 271.7º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371B50 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB552780-
CMYK0.310.6600.69
HSL271.7º49.53%20.98%-
HSV(B)271.7º66.25%31.37%-
XYZ3.422.187.83-
YUV41.41149.78137.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 27 (10.94% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=33.95%
G=16.67%
B=49.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5527800.310.6600.69271.749.5320.98
Hex371B501F420451103215
Octal67331203710201054206225
Binary1101111101110100001111110000100100010110001000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371B50; }

 p { color: rgb(55,27,80); }

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

<style>
 a { background-color: #371B50; }

 a { background-color: rgb(55,27,80); }

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

<style>
 span { border-color: #371B50; }

 span { border-color: rgb(55,27,80); }

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