#402F47

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

Shades of Jagger #402F47

Tints of Jagger #402F47

Color information

#402F47 (or 0x402F47) is unknown color: approx Jagger. HEX triplet: 40, 2F and 47. RGB value is (64,47,71). Sum of RGB (Red+Green+Blue) = 64+47+71=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #402F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F47 is #BFD0B8. Grayscale: #363636. Windows color (decimal): -12570809 or 4665152. OLE color: 4665152.

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

Color convert

RGB644771-
CMYK0.100.3400.72
HSL282.5º20.34%23.14%-
HSV(B)282.5º33.8%27.84%-
XYZ4.273.586.43-
YUV54.82137.13134.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=35.16%
G=25.82%
B=39.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6447710.100.3400.72282.520.3423.14
Hex402F47A2204811a1417
Octal10057107124201104322427
Binary100000010111110001111010100010010010001000110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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