#403152

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

Shades of Jagger #403152

Tints of Jagger #403152

Color information

#403152 (or 0x403152) is unknown color: approx Jagger. HEX triplet: 40, 31 and 52. RGB value is (64,49,82). Sum of RGB (Red+Green+Blue) = 64+49+82=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #403152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403152 is #BFCEAD. Grayscale: #393939. Windows color (decimal): -12570286 or 5386560. OLE color: 5386560.

HSL color Cylindrical-coordinate representation of color #403152: hue angle of 267.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403152 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB644982-
CMYK0.220.4000.68
HSL267.27º25.19%25.69%-
HSV(B)267.27º40.24%32.16%-
XYZ4.743.98.49-
YUV57.25141.97132.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=32.82%
G=25.13%
B=42.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6449820.220.4000.68267.2725.1925.69
Hex403152162804410b191a
Octal10061122265001044133132
Binary1000000110001101001010110101000010001001000010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403152; }

 p { color: rgb(64,49,82); }

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

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

 a { background-color: rgb(64,49,82); }

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

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

 span { border-color: rgb(64,49,82); }

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