#41314A

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

Shades of Jagger #41314A

Tints of Jagger #41314A

Color information

#41314A (or 0x41314A) is unknown color: approx Jagger. HEX triplet: 41, 31 and 4A. RGB value is (65,49,74). Sum of RGB (Red+Green+Blue) = 65+49+74=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #41314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41314A is #BECEB5. Grayscale: #383838. Windows color (decimal): -12504758 or 4862273. OLE color: 4862273.

HSL color Cylindrical-coordinate representation of color #41314A: hue angle of 278.4º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41314A is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654974-
CMYK0.120.3400.71
HSL278.4º20.33%24.12%-
HSV(B)278.4º33.78%29.02%-
XYZ4.513.816.98-
YUV56.63137.8133.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=34.57%
G=26.06%
B=39.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6549740.120.3400.71278.420.3324.12
Hex41314AC220471161418
Octal10161112144201074262430
Binary100000111000110010101100100010010001111000101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41314A; }

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

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

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

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

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

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

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

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