#372747

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

Shades of Jagger #372747

Tints of Jagger #372747

Color information

#372747 (or 0x372747) is unknown color: approx Jagger. HEX triplet: 37, 27 and 47. RGB value is (55,39,71). Sum of RGB (Red+Green+Blue) = 55+39+71=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #372747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372747 is #C8D8B8. Grayscale: #2F2F2F. Windows color (decimal): -13162681 or 4663095. OLE color: 4663095.

HSL color Cylindrical-coordinate representation of color #372747: hue angle of 270º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372747 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB553971-
CMYK0.230.4500.72
HSL270º29.09%21.57%-
HSV(B)270º45.07%27.84%-
XYZ3.442.726.3-
YUV47.43141.3133.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=33.33%
G=23.64%
B=43.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5539710.230.4500.7227029.0921.57
Hex372747172D04810e1d16
Octal6747107275501104163526
Binary110111100111100011110111101101010010001000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372747; }

 p { color: rgb(55,39,71); }

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

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

 a { background-color: rgb(55,39,71); }

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

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

 span { border-color: rgb(55,39,71); }

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