#37234A

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

Shades of Jagger #37234A

Tints of Jagger #37234A

Color information

#37234A (or 0x37234A) is unknown color: approx Jagger. HEX triplet: 37, 23 and 4A. RGB value is (55,35,74). Sum of RGB (Red+Green+Blue) = 55+35+74=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #37234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37234A is #C8DCB5. Grayscale: #2D2D2D. Windows color (decimal): -13163702 or 4858679. OLE color: 4858679.

HSL color Cylindrical-coordinate representation of color #37234A: hue angle of 270.77º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37234A is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553574-
CMYK0.260.5300.71
HSL270.77º35.78%21.37%-
HSV(B)270.77º52.7%29.02%-
XYZ3.412.516.78-
YUV45.43144.13134.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=33.54%
G=21.34%
B=45.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5535740.260.5300.71270.7735.7821.37
Hex37234A1A3504710f2415
Octal6743112326501074174425
Binary1101111000111001010110101101010100011110000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37234A; }

 p { color: rgb(55,35,74); }

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

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

 a { background-color: rgb(55,35,74); }

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

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

 span { border-color: rgb(55,35,74); }

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