#403544

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

Shades of Jagger #403544

Tints of Jagger #403544

Color information

#403544 (or 0x403544) is unknown color: approx Jagger. HEX triplet: 40, 35 and 44. RGB value is (64,53,68). Sum of RGB (Red+Green+Blue) = 64+53+68=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 68 - color contains mainly: blue. Hex color #403544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403544 is #BFCABB. Grayscale: #393939. Windows color (decimal): -12569276 or 4470080. OLE color: 4470080.

HSL color Cylindrical-coordinate representation of color #403544: hue angle of 284º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403544 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645368-
CMYK0.060.2200.73
HSL284º12.4%23.73%-
HSV(B)284º22.06%26.67%-
XYZ4.434.056.02-
YUV58133.64132.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=34.59%
G=28.65%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6453680.060.2200.7328412.423.73
Hex40354461604911cc18
Octal1006510462601114341430
Binary100000011010110001001101011001001001100011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403544; }

 p { color: rgb(64,53,68); }

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

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

 a { background-color: rgb(64,53,68); }

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

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

 span { border-color: rgb(64,53,68); }

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