#443850

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

Shades of Jagger #443850

Tints of Jagger #443850

Color information

#443850 (or 0x443850) is unknown color: approx Jagger. HEX triplet: 44, 38 and 50. RGB value is (68,56,80). Sum of RGB (Red+Green+Blue) = 68+56+80=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #443850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443850 is #BBC7AF. Grayscale: #3E3E3E. Windows color (decimal): -12306352 or 5257284. OLE color: 5257284.

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

Color convert

RGB685680-
CMYK0.150.3000.69
HSL270º17.65%26.67%-
HSV(B)270º30%31.37%-
XYZ5.254.648.21-
YUV62.32137.98132.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=33.33%
G=27.45%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6856800.150.3000.6927017.6526.67
Hex443850F1E04510e121b
Octal10470120173601054162233
Binary10001001110001010000111111110010001011000011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443850; }

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

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

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

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

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

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

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

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