#372641

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

Shades of Jagger #372641

Tints of Jagger #372641

Color information

#372641 (or 0x372641) is unknown color: approx Jagger. HEX triplet: 37, 26 and 41. RGB value is (55,38,65). Sum of RGB (Red+Green+Blue) = 55+38+65=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #372641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372641 is #C8D9BE. Grayscale: #2E2E2E. Windows color (decimal): -13162943 or 4269623. OLE color: 4269623.

HSL color Cylindrical-coordinate representation of color #372641: hue angle of 277.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372641 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB553865-
CMYK0.150.4200.75
HSL277.78º26.21%20.2%-
HSV(B)277.78º41.54%25.49%-
XYZ3.222.585.33-
YUV46.16138.63134.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=34.81%
G=24.05%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5538650.150.4200.75277.7826.2120.2
Hex372641F2A04B1161a14
Octal6746101175201134263224
Binary11011110011010000011111101010010010111000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372641; }

 p { color: rgb(55,38,65); }

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

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

 a { background-color: rgb(55,38,65); }

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

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

 span { border-color: rgb(55,38,65); }

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