#403348

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

Shades of Jagger #403348

Tints of Jagger #403348

Color information

#403348 (or 0x403348) is unknown color: approx Jagger. HEX triplet: 40, 33 and 48. RGB value is (64,51,72). Sum of RGB (Red+Green+Blue) = 64+51+72=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #403348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403348 is #BFCCB7. Grayscale: #393939. Windows color (decimal): -12569784 or 4731712. OLE color: 4731712.

HSL color Cylindrical-coordinate representation of color #403348: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403348 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB645172-
CMYK0.110.2900.72
HSL277.14º17.07%24.12%-
HSV(B)277.14º29.17%28.24%-
XYZ4.473.936.65-
YUV57.28136.31132.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=34.22%
G=27.27%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6451720.110.2900.72277.1417.0724.12
Hex403348B1D0481151118
Octal10063110133501104252130
Binary10000001100111001000101111101010010001000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403348; }

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

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

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

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

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

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

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

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