#413146

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

Shades of Jagger #413146

Tints of Jagger #413146

Color information

#413146 (or 0x413146) is unknown color: approx Jagger. HEX triplet: 41, 31 and 46. RGB value is (65,49,70). Sum of RGB (Red+Green+Blue) = 65+49+70=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #413146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413146 is #BECEB9. Grayscale: #383838. Windows color (decimal): -12504762 or 4600129. OLE color: 4600129.

HSL color Cylindrical-coordinate representation of color #413146: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413146 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB654970-
CMYK0.070.3000.73
HSL285.71º17.65%23.33%-
HSV(B)285.71º30%27.45%-
XYZ4.383.766.29-
YUV56.18135.8134.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=35.33%
G=26.63%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6549700.070.3000.73285.7117.6523.33
Hex41314671E04911e1217
Octal1016110673601114362227
Binary1000001110001100011011111110010010011000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413146; }

 p { color: rgb(65,49,70); }

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

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

 a { background-color: rgb(65,49,70); }

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

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

 span { border-color: rgb(65,49,70); }

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