#443951

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

Shades of Jagger #443951

Tints of Jagger #443951

Color information

#443951 (or 0x443951) is unknown color: approx Jagger. HEX triplet: 44, 39 and 51. RGB value is (68,57,81). Sum of RGB (Red+Green+Blue) = 68+57+81=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #443951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443951 is #BBC6AE. Grayscale: #3E3E3E. Windows color (decimal): -12306095 or 5323076. OLE color: 5323076.

HSL color Cylindrical-coordinate representation of color #443951: hue angle of 267.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #443951 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB685781-
CMYK0.160.3000.68
HSL267.5º17.39%27.06%-
HSV(B)267.5º29.63%31.76%-
XYZ5.334.758.42-
YUV63.02138.14131.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=33.01%
G=27.67%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6857810.160.3000.68267.517.3927.06
Hex443951101E04410c111b
Octal10471121203601044142133
Binary100010011100110100011000011110010001001000011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443951; }

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

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

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

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

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

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

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

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