#371A51

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

Shades of Jagger #371A51

Tints of Jagger #371A51

Color information

#371A51 (or 0x371A51) is unknown color: approx Jagger. HEX triplet: 37, 1A and 51. RGB value is (55,26,81). Sum of RGB (Red+Green+Blue) = 55+26+81=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #371A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A51 is #C8E5AE. Grayscale: #282828. Windows color (decimal): -13165999 or 5315127. OLE color: 5315127.

HSL color Cylindrical-coordinate representation of color #371A51: hue angle of 271.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371A51 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB552681-
CMYK0.320.6800.68
HSL271.64º51.4%20.98%-
HSV(B)271.64º67.9%31.76%-
XYZ3.432.158.02-
YUV40.94150.61138.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 81 (32.03% from 255) = 50%
R=33.95%
G=16.05%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5526810.320.6800.68271.6451.420.98
Hex371A5120440441103315
Octal67321214010401044206325
Binary11011111010101000110000010001000100010010001000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,81); }

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

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

 a { background-color: rgb(55,26,81); }

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

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

 span { border-color: rgb(55,26,81); }

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