#403244

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

Shades of Jagger #403244

Tints of Jagger #403244

Color information

#403244 (or 0x403244) is unknown color: approx Jagger. HEX triplet: 40, 32 and 44. RGB value is (64,50,68). Sum of RGB (Red+Green+Blue) = 64+50+68=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #403244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403244 is #BFCDBB. Grayscale: #383838. Windows color (decimal): -12570044 or 4469312. OLE color: 4469312.

HSL color Cylindrical-coordinate representation of color #403244: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #403244 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645068-
CMYK0.060.2600.73
HSL286.67º15.25%23.14%-
HSV(B)286.67º26.47%26.67%-
XYZ4.33.795.97-
YUV56.24134.64133.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=35.16%
G=27.47%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6450680.060.2600.73286.6715.2523.14
Hex40324461A04911ff17
Octal1006210463201114371727
Binary100000011001010001001101101001001001100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403244; }

 p { color: rgb(64,50,68); }

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

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

 a { background-color: rgb(64,50,68); }

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

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

 span { border-color: rgb(64,50,68); }

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