#372741

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

Shades of Jagger #372741

Tints of Jagger #372741

Color information

#372741 (or 0x372741) is unknown color: approx Jagger. HEX triplet: 37, 27 and 41. RGB value is (55,39,65). Sum of RGB (Red+Green+Blue) = 55+39+65=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #372741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372741 is #C8D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13162687 or 4269879. OLE color: 4269879.

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

Color convert

RGB553965-
CMYK0.150.4000.75
HSL276.92º25%20.39%-
HSV(B)276.92º40%25.49%-
XYZ3.262.645.34-
YUV46.75138.3133.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=34.59%
G=24.53%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5539650.150.4000.75276.922520.39
Hex372741F2804B1151914
Octal6747101175001134253124
Binary11011110011110000011111101000010010111000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372741; }

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

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

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

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

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

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

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

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