#403645

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

Shades of Jagger #403645

Tints of Jagger #403645

Color information

#403645 (or 0x403645) is unknown color: approx Jagger. HEX triplet: 40, 36 and 45. RGB value is (64,54,69). Sum of RGB (Red+Green+Blue) = 64+54+69=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 69 - color contains mainly: blue. Hex color #403645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403645 is #BFC9BA. Grayscale: #3A3A3A. Windows color (decimal): -12569019 or 4535872. OLE color: 4535872.

HSL color Cylindrical-coordinate representation of color #403645: hue angle of 280º 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 #403645 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645469-
CMYK0.070.2200.73
HSL280º12.2%24.12%-
HSV(B)280º21.74%27.06%-
XYZ4.514.166.2-
YUV58.7133.81131.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=34.22%
G=28.88%
B=36.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6454690.070.2200.7328012.224.12
Hex403645716049118c18
Octal1006610572601114301430
Binary100000011011010001011111011001001001100011000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403645; }

 p { color: rgb(64,54,69); }

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

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

 a { background-color: rgb(64,54,69); }

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

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

 span { border-color: rgb(64,54,69); }

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