#443753

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

Shades of Jagger #443753

Tints of Jagger #443753

Color information

#443753 (or 0x443753) is unknown color: approx Jagger. HEX triplet: 44, 37 and 53. RGB value is (68,55,83). Sum of RGB (Red+Green+Blue) = 68+55+83=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #443753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443753 is #BBC8AC. Grayscale: #3D3D3D. Windows color (decimal): -12306605 or 5453636. OLE color: 5453636.

HSL color Cylindrical-coordinate representation of color #443753: hue angle of 267.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443753 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB685583-
CMYK0.180.3400.67
HSL267.86º20.29%27.06%-
HSV(B)267.86º33.73%32.55%-
XYZ5.314.598.79-
YUV62.08139.81132.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=33.01%
G=26.70%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6855830.180.3400.67267.8620.2927.06
Hex443753122204310c141b
Octal10467123224201034142433
Binary1000100110111101001110010100010010000111000011001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443753; }

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

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

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

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

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

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

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

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