#371851

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

Shades of Jagger #371851

Tints of Jagger #371851

Color information

#371851 (or 0x371851) is unknown color: approx Jagger. HEX triplet: 37, 18 and 51. RGB value is (55,24,81). Sum of RGB (Red+Green+Blue) = 55+24+81=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #371851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371851 is #C8E7AE. Grayscale: #272727. Windows color (decimal): -13166511 or 5314615. OLE color: 5314615.

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

Color convert

RGB552481-
CMYK0.320.7000.68
HSL272.63º54.29%20.59%-
HSV(B)272.63º70.37%31.76%-
XYZ3.392.068-
YUV39.77151.27138.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 81 (32.03% from 255) = 50.62%
R=34.38%
G=15%
B=50.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5524810.320.7000.68272.6354.2920.59
Hex37185120460441113615
Octal67301214010601044216625
Binary11011111000101000110000010001100100010010001000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371851; }

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

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

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

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

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

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

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

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