#372344

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

Shades of Jagger #372344

Tints of Jagger #372344

Color information

#372344 (or 0x372344) is unknown color: approx Jagger. HEX triplet: 37, 23 and 44. RGB value is (55,35,68). Sum of RGB (Red+Green+Blue) = 55+35+68=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 68 - color contains mainly: blue. Hex color #372344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372344 is #C8DCBB. Grayscale: #2C2C2C. Windows color (decimal): -13163708 or 4465463. OLE color: 4465463.

HSL color Cylindrical-coordinate representation of color #372344: hue angle of 276.36º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372344 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553568-
CMYK0.190.4900.73
HSL276.36º32.04%20.2%-
HSV(B)276.36º48.53%26.67%-
XYZ3.222.435.77-
YUV44.74141.13135.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=34.81%
G=22.15%
B=43.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5535680.190.4900.73276.3632.0420.2
Hex37234413310491142014
Octal6743104236101114244024
Binary1101111000111000100100111100010100100110001010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372344; }

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

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

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

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

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

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

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

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