#41354C

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

Shades of Jagger #41354C

Tints of Jagger #41354C

Color information

#41354C (or 0x41354C) is unknown color: approx Jagger. HEX triplet: 41, 35 and 4C. RGB value is (65,53,76). Sum of RGB (Red+Green+Blue) = 65+53+76=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #41354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41354C is #BECAB3. Grayscale: #3B3B3B. Windows color (decimal): -12503732 or 4994369. OLE color: 4994369.

HSL color Cylindrical-coordinate representation of color #41354C: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41354C is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB655376-
CMYK0.140.3000.70
HSL271.3º17.83%25.29%-
HSV(B)271.3º30.26%29.8%-
XYZ4.764.197.4-
YUV59.21137.48132.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=33.51%
G=27.32%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6553760.140.3000.70271.317.8325.29
Hex41354CE1E04610f1219
Octal10165114163601064172231
Binary10000011101011001100111011110010001101000011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41354C; }

 p { color: rgb(65,53,76); }

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

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

 a { background-color: rgb(65,53,76); }

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

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

 span { border-color: rgb(65,53,76); }

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