#37214B

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

Shades of Jagger #37214B

Tints of Jagger #37214B

Color information

#37214B (or 0x37214B) is unknown color: approx Jagger. HEX triplet: 37, 21 and 4B. RGB value is (55,33,75). Sum of RGB (Red+Green+Blue) = 55+33+75=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #37214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37214B is #C8DEB4. Grayscale: #2C2C2C. Windows color (decimal): -13164213 or 4923703. OLE color: 4923703.

HSL color Cylindrical-coordinate representation of color #37214B: hue angle of 271.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37214B is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553375-
CMYK0.270.5600.71
HSL271.43º38.89%21.18%-
HSV(B)271.43º56%29.41%-
XYZ3.392.416.94-
YUV44.37145.29135.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=33.74%
G=20.25%
B=46.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5533750.270.5600.71271.4338.8921.18
Hex37214B1B3804710f2715
Octal6741113337001074174725
Binary1101111000011001011110111110000100011110000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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