#403644

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

Shades of Jagger #403644

Tints of Jagger #403644

Color information

#403644 (or 0x403644) is unknown color: approx Jagger. HEX triplet: 40, 36 and 44. RGB value is (64,54,68). Sum of RGB (Red+Green+Blue) = 64+54+68=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #403644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403644 is #BFC9BB. Grayscale: #3A3A3A. Windows color (decimal): -12569020 or 4470336. OLE color: 4470336.

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

Color convert

RGB645468-
CMYK0.060.2100.73
HSL282.86º11.48%23.92%-
HSV(B)282.86º20.59%26.67%-
XYZ4.484.156.03-
YUV58.59133.31131.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=34.41%
G=29.03%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6454680.060.2100.73282.8611.4823.92
Hex40364461504911bb18
Octal1006610462501114331330
Binary100000011011010001001101010101001001100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403644; }

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

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

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

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

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

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

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

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