#443750

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

Shades of Jagger #443750

Tints of Jagger #443750

Color information

#443750 (or 0x443750) is unknown color: approx Jagger. HEX triplet: 44, 37 and 50. RGB value is (68,55,80). Sum of RGB (Red+Green+Blue) = 68+55+80=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #443750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443750 is #BBC8AF. Grayscale: #3D3D3D. Windows color (decimal): -12306608 or 5257028. OLE color: 5257028.

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

Color convert

RGB685580-
CMYK0.150.3100.69
HSL271.2º18.52%26.47%-
HSV(B)271.2º31.25%31.37%-
XYZ5.24.548.19-
YUV61.74138.31132.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=33.50%
G=27.09%
B=39.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6855800.150.3100.69271.218.5226.47
Hex443750F1F04510f131a
Octal10467120173701054172332
Binary10001001101111010000111111111010001011000011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443750; }

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

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

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

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

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

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

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

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