#443849

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

Shades of Jagger #443849

Tints of Jagger #443849

Color information

#443849 (or 0x443849) is unknown color: approx Jagger. HEX triplet: 44, 38 and 49. RGB value is (68,56,73). Sum of RGB (Red+Green+Blue) = 68+56+73=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #443849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443849 is #BBC7B6. Grayscale: #3D3D3D. Windows color (decimal): -12306359 or 4798532. OLE color: 4798532.

HSL color Cylindrical-coordinate representation of color #443849: hue angle of 282.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #443849 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB685673-
CMYK0.070.2300.71
HSL282.35º13.18%25.29%-
HSV(B)282.35º23.29%28.63%-
XYZ54.546.92-
YUV61.53134.48132.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=34.52%
G=28.43%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6856730.070.2300.71282.3513.1825.29
Hex44384971704711ad19
Octal1047011172701074321531
Binary100010011100010010011111011101000111100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443849; }

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

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

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

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

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

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

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

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