#403747

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

Shades of Jagger #403747

Tints of Jagger #403747

Color information

#403747 (or 0x403747) is unknown color: approx Jagger. HEX triplet: 40, 37 and 47. RGB value is (64,55,71). Sum of RGB (Red+Green+Blue) = 64+55+71=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #403747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403747 is #BFC8B8. Grayscale: #3B3B3B. Windows color (decimal): -12568761 or 4667200. OLE color: 4667200.

HSL color Cylindrical-coordinate representation of color #403747: hue angle of 273.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403747 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB645571-
CMYK0.100.2300.72
HSL273.75º12.7%24.71%-
HSV(B)273.75º22.54%27.84%-
XYZ4.624.286.54-
YUV59.51134.48131.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=33.68%
G=28.95%
B=37.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6455710.100.2300.72273.7512.724.71
Hex403747A17048112d19
Octal10067107122701104221531
Binary1000000110111100011110101011101001000100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403747; }

 p { color: rgb(64,55,71); }

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

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

 a { background-color: rgb(64,55,71); }

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

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

 span { border-color: rgb(64,55,71); }

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