#443C4B

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

Shades of Jagger #443C4B

Tints of Jagger #443C4B

Color information

#443C4B (or 0x443C4B) is unknown color: approx Jagger. HEX triplet: 44, 3C and 4B. RGB value is (68,60,75). Sum of RGB (Red+Green+Blue) = 68+60+75=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #443C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C4B is #BBC3B4. Grayscale: #404040. Windows color (decimal): -12305333 or 4930628. OLE color: 4930628.

HSL color Cylindrical-coordinate representation of color #443C4B: hue angle of 272º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #443C4B is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB686075-
CMYK0.090.2000.71
HSL272º11.11%26.47%-
HSV(B)272º20%29.41%-
XYZ5.274.977.34-
YUV64.1134.15130.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=33.50%
G=29.56%
B=36.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6860750.090.2000.7127211.1126.47
Hex443C4B914047110b1a
Octal10474113112401074201332
Binary1000100111100100101110011010001000111100010000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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