#403D43

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

Shades of Jagger #403D43

Tints of Jagger #403D43

Color information

#403D43 (or 0x403D43) is unknown color: approx Jagger. HEX triplet: 40, 3D and 43. RGB value is (64,61,67). Sum of RGB (Red+Green+Blue) = 64+61+67=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 67 - color contains mainly: blue. Hex color #403D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D43 is #BFC2BC. Grayscale: #3E3E3E. Windows color (decimal): -12567229 or 4406592. OLE color: 4406592.

HSL color Cylindrical-coordinate representation of color #403D43: hue angle of 270º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #403D43 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB646167-
CMYK0.040.0900.74
HSL270º4.69%25.1%-
HSV(B)270º8.96%26.27%-
XYZ4.84.835.99-
YUV62.58130.49129.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=33.33%
G=31.77%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6461670.040.0900.742704.6925.1
Hex403D434904A10e519
Octal100751034110112416531
Binary1000000111101100001110010010100101010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D43; }

 p { color: rgb(64,61,67); }

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

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

 a { background-color: rgb(64,61,67); }

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

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

 span { border-color: rgb(64,61,67); }

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