#443151

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

Shades of Jagger #443151

Tints of Jagger #443151

Color information

#443151 (or 0x443151) is unknown color: approx Jagger. HEX triplet: 44, 31 and 51. RGB value is (68,49,81). Sum of RGB (Red+Green+Blue) = 68+49+81=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #443151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443151 is #BBCEAE. Grayscale: #3A3A3A. Windows color (decimal): -12308143 or 5321028. OLE color: 5321028.

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

Color convert

RGB684981-
CMYK0.160.4000.68
HSL275.62º24.62%25.49%-
HSV(B)275.62º39.51%31.76%-
XYZ4.974.028.3-
YUV58.33140.79134.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=34.34%
G=24.75%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6849810.160.4000.68275.6224.6225.49
Hex44315110280441141919
Octal10461121205001044243131
Binary1000100110001101000110000101000010001001000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443151; }

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

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

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

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

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

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

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

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