#413648

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

Shades of Jagger #413648

Tints of Jagger #413648

Color information

#413648 (or 0x413648) is unknown color: approx Jagger. HEX triplet: 41, 36 and 48. RGB value is (65,54,72). Sum of RGB (Red+Green+Blue) = 65+54+72=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #413648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413648 is #BEC9B7. Grayscale: #3B3B3B. Windows color (decimal): -12503480 or 4732481. OLE color: 4732481.

HSL color Cylindrical-coordinate representation of color #413648: hue angle of 276.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413648 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655472-
CMYK0.100.2500.72
HSL276.67º14.29%24.71%-
HSV(B)276.67º25%28.24%-
XYZ4.674.236.7-
YUV59.34135.14132.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=34.03%
G=28.27%
B=37.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6554720.100.2500.72276.6714.2924.71
Hex413648A19048115e19
Octal10166110123101104251631
Binary1000001110110100100010101100101001000100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413648; }

 p { color: rgb(65,54,72); }

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

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

 a { background-color: rgb(65,54,72); }

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

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

 span { border-color: rgb(65,54,72); }

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