#371951

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

Shades of Jagger #371951

Tints of Jagger #371951

Color information

#371951 (or 0x371951) is unknown color: approx Jagger. HEX triplet: 37, 19 and 51. RGB value is (55,25,81). Sum of RGB (Red+Green+Blue) = 55+25+81=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #371951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371951 is #C8E6AE. Grayscale: #282828. Windows color (decimal): -13166255 or 5314871. OLE color: 5314871.

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

Color convert

RGB552581-
CMYK0.320.6900.68
HSL272.14º52.83%20.78%-
HSV(B)272.14º69.14%31.76%-
XYZ3.412.18.01-
YUV40.35150.94138.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=34.16%
G=15.53%
B=50.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5525810.320.6900.68272.1452.8320.78
Hex37195120450441103515
Octal67311214010501044206525
Binary11011111001101000110000010001010100010010001000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371951; }

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

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

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

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

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

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

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

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