#371E4C

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

Shades of Jagger #371E4C

Tints of Jagger #371E4C

Color information

#371E4C (or 0x371E4C) is unknown color: approx Jagger. HEX triplet: 37, 1E and 4C. RGB value is (55,30,76). Sum of RGB (Red+Green+Blue) = 55+30+76=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #371E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E4C is #C8E1B3. Grayscale: #2A2A2A. Windows color (decimal): -13164980 or 4988471. OLE color: 4988471.

HSL color Cylindrical-coordinate representation of color #371E4C: hue angle of 272.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #371E4C is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB553076-
CMYK0.280.6100.70
HSL272.61º43.4%20.78%-
HSV(B)272.61º60.53%29.8%-
XYZ3.342.267.1-
YUV42.72146.78136.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=34.16%
G=18.63%
B=47.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5530760.280.6100.70272.6143.420.78
Hex371E4C1C3D0461112b15
Octal6736114347501064215325
Binary110111111101001100111001111010100011010001000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,76); }

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

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

 a { background-color: rgb(55,30,76); }

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

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

 span { border-color: rgb(55,30,76); }

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