#443152

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

Shades of Jagger #443152

Tints of Jagger #443152

Color information

#443152 (or 0x443152) is unknown color: approx Jagger. HEX triplet: 44, 31 and 52. RGB value is (68,49,82). Sum of RGB (Red+Green+Blue) = 68+49+82=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #443152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443152 is #BBCEAD. Grayscale: #3A3A3A. Windows color (decimal): -12308142 or 5386564. OLE color: 5386564.

HSL color Cylindrical-coordinate representation of color #443152: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443152 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB684982-
CMYK0.170.4000.68
HSL274.55º25.19%25.69%-
HSV(B)274.55º40.24%32.16%-
XYZ5.014.038.5-
YUV58.44141.29134.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=34.17%
G=24.62%
B=41.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6849820.170.4000.68274.5525.1925.69
Hex4431521128044113191a
Octal10461122215001044233132
Binary1000100110001101001010001101000010001001000100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443152; }

 p { color: rgb(68,49,82); }

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

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

 a { background-color: rgb(68,49,82); }

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

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

 span { border-color: rgb(68,49,82); }

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