#403944

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

Shades of Jagger #403944

Tints of Jagger #403944

Color information

#403944 (or 0x403944) is unknown color: approx Jagger. HEX triplet: 40, 39 and 44. RGB value is (64,57,68). Sum of RGB (Red+Green+Blue) = 64+57+68=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 68 - color contains mainly: blue. Hex color #403944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403944 is #BFC6BB. Grayscale: #3C3C3C. Windows color (decimal): -12568252 or 4471104. OLE color: 4471104.

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

Color convert

RGB645768-
CMYK0.060.1600.73
HSL278.18º8.8%24.51%-
HSV(B)278.18º16.18%26.67%-
XYZ4.624.436.08-
YUV60.35132.32130.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=33.86%
G=30.16%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6457680.060.1600.73278.188.824.51
Hex403944610049116919
Octal1007110462001114261131
Binary100000011100110001001101000001001001100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403944; }

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

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

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

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

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

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

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

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