#443150

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

Shades of Jagger #443150

Tints of Jagger #443150

Color information

#443150 (or 0x443150) is unknown color: approx Jagger. HEX triplet: 44, 31 and 50. RGB value is (68,49,80). Sum of RGB (Red+Green+Blue) = 68+49+80=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #443150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443150 is #BBCEAF. Grayscale: #3A3A3A. Windows color (decimal): -12308144 or 5255492. OLE color: 5255492.

HSL color Cylindrical-coordinate representation of color #443150: hue angle of 276.77º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #443150 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB684980-
CMYK0.150.3900.69
HSL276.77º24.03%25.29%-
HSV(B)276.77º38.75%31.37%-
XYZ4.9348.1-
YUV58.22140.29134.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=34.52%
G=24.87%
B=40.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6849800.150.3900.69276.7724.0325.29
Hex443150F270451151819
Octal10461120174701054253031
Binary100010011000110100001111100111010001011000101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443150; }

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

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

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

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

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

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

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

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