#443C49

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

Shades of Jagger #443C49

Tints of Jagger #443C49

Color information

#443C49 (or 0x443C49) is unknown color: approx Jagger. HEX triplet: 44, 3C and 49. RGB value is (68,60,73). Sum of RGB (Red+Green+Blue) = 68+60+73=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 73 - color contains mainly: blue. Hex color #443C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C49 is #BBC3B6. Grayscale: #3F3F3F. Windows color (decimal): -12305335 or 4799556. OLE color: 4799556.

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

Color convert

RGB686073-
CMYK0.070.1800.71
HSL276.92º9.77%26.08%-
HSV(B)276.92º17.81%28.63%-
XYZ5.24.946.98-
YUV63.87133.15130.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=33.83%
G=29.85%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6860730.070.1800.71276.929.7726.08
Hex443C49712047115a1a
Octal1047411172201074251232
Binary100010011110010010011111001001000111100010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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