#403350

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

Shades of Jagger #403350

Tints of Jagger #403350

Color information

#403350 (or 0x403350) is unknown color: approx Jagger. HEX triplet: 40, 33 and 50. RGB value is (64,51,80). Sum of RGB (Red+Green+Blue) = 64+51+80=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #403350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403350 is #BFCCAF. Grayscale: #3A3A3A. Windows color (decimal): -12569776 or 5256000. OLE color: 5256000.

HSL color Cylindrical-coordinate representation of color #403350: hue angle of 266.9º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403350 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645180-
CMYK0.200.3600.69
HSL266.9º22.14%25.69%-
HSV(B)266.9º36.25%31.37%-
XYZ4.754.048.12-
YUV58.19140.31132.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=32.82%
G=26.15%
B=41.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6451800.200.3600.69266.922.1425.69
Hex403350142404510b161a
Octal10063120244401054132632
Binary1000000110011101000010100100100010001011000010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403350; }

 p { color: rgb(64,51,80); }

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

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

 a { background-color: rgb(64,51,80); }

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

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

 span { border-color: rgb(64,51,80); }

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