#37214F

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

Shades of Jagger #37214F

Tints of Jagger #37214F

Color information

#37214F (or 0x37214F) is unknown color: approx Jagger. HEX triplet: 37, 21 and 4F. RGB value is (55,33,79). Sum of RGB (Red+Green+Blue) = 55+33+79=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #37214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37214F is #C8DEB0. Grayscale: #2C2C2C. Windows color (decimal): -13164209 or 5185847. OLE color: 5185847.

HSL color Cylindrical-coordinate representation of color #37214F: hue angle of 268.7º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37214F is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553379-
CMYK0.300.5800.69
HSL268.7º41.07%21.96%-
HSV(B)268.7º58.23%30.98%-
XYZ3.532.467.69-
YUV44.82147.29135.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=32.93%
G=19.76%
B=47.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5533790.300.5800.69268.741.0721.96
Hex37214F1E3A04510d2916
Octal6741117367201054155126
Binary1101111000011001111111101110100100010110000110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37214F; }

 p { color: rgb(55,33,79); }

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

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

 a { background-color: rgb(55,33,79); }

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

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

 span { border-color: rgb(55,33,79); }

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