#403C43

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

Shades of Jagger #403C43

Tints of Jagger #403C43

Color information

#403C43 (or 0x403C43) is unknown color: approx Jagger. HEX triplet: 40, 3C and 43. RGB value is (64,60,67). Sum of RGB (Red+Green+Blue) = 64+60+67=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 67 - color contains mainly: blue. Hex color #403C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C43 is #BFC3BC. Grayscale: #3D3D3D. Windows color (decimal): -12567485 or 4406336. OLE color: 4406336.

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

Color convert

RGB646067-
CMYK0.040.1000.74
HSL274.29º5.51%24.9%-
HSV(B)274.29º10.45%26.27%-
XYZ4.744.735.97-
YUV61.99130.83129.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=33.51%
G=31.41%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6460670.040.1000.74274.295.5124.9
Hex403C434A04A112619
Octal100741034120112422631
Binary1000000111100100001110010100100101010001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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