#443B48

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

Shades of Jagger #443B48

Tints of Jagger #443B48

Color information

#443B48 (or 0x443B48) is unknown color: approx Jagger. HEX triplet: 44, 3B and 48. RGB value is (68,59,72). Sum of RGB (Red+Green+Blue) = 68+59+72=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #443B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B48 is #BBC4B7. Grayscale: #3F3F3F. Windows color (decimal): -12305592 or 4733764. OLE color: 4733764.

HSL color Cylindrical-coordinate representation of color #443B48: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #443B48 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB685972-
CMYK0.060.1800.72
HSL281.54º9.92%25.69%-
HSV(B)281.54º18.06%28.24%-
XYZ5.124.826.79-
YUV63.17132.98131.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=34.17%
G=29.65%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6859720.060.1800.72281.549.9225.69
Hex443B4861204811aa1a
Octal1047311062201104321232
Binary100010011101110010001101001001001000100011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443B48; }

 p { color: rgb(68,59,72); }

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

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

 a { background-color: rgb(68,59,72); }

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

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

 span { border-color: rgb(68,59,72); }

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