#402D45

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

Shades of Jagger #402D45

Tints of Jagger #402D45

Color information

#402D45 (or 0x402D45) is unknown color: approx Jagger. HEX triplet: 40, 2D and 45. RGB value is (64,45,69). Sum of RGB (Red+Green+Blue) = 64+45+69=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #402D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D45 is #BFD2BA. Grayscale: #353535. Windows color (decimal): -12571323 or 4533568. OLE color: 4533568.

HSL color Cylindrical-coordinate representation of color #402D45: hue angle of 287.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #402D45 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB644569-
CMYK0.070.3500.73
HSL287.5º21.05%22.35%-
HSV(B)287.5º34.78%27.06%-
XYZ4.133.46.07-
YUV53.42136.79135.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=35.96%
G=25.28%
B=38.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6445690.070.3500.73287.521.0522.35
Hex402D457230491201516
Octal1005510574301114402526
Binary10000001011011000101111100011010010011001000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D45; }

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

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

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

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

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

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

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

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