#443950

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

Shades of Jagger #443950

Tints of Jagger #443950

Color information

#443950 (or 0x443950) is unknown color: approx Jagger. HEX triplet: 44, 39 and 50. RGB value is (68,57,80). Sum of RGB (Red+Green+Blue) = 68+57+80=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #443950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443950 is #BBC6AF. Grayscale: #3E3E3E. Windows color (decimal): -12306096 or 5257540. OLE color: 5257540.

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

Color convert

RGB685780-
CMYK0.150.2900.69
HSL268.7º16.79%26.86%-
HSV(B)268.7º28.75%31.37%-
XYZ5.294.738.22-
YUV62.91137.64131.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=33.17%
G=27.80%
B=39.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6857800.150.2900.69268.716.7926.86
Hex443950F1D04510d111b
Octal10471120173501054152133
Binary10001001110011010000111111101010001011000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443950; }

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

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

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

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

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

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

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

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