#41354D

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

Shades of Jagger #41354D

Tints of Jagger #41354D

Color information

#41354D (or 0x41354D) is unknown color: approx Jagger. HEX triplet: 41, 35 and 4D. RGB value is (65,53,77). Sum of RGB (Red+Green+Blue) = 65+53+77=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #41354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41354D is #BECAB2. Grayscale: #3B3B3B. Windows color (decimal): -12503731 or 5059905. OLE color: 5059905.

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

Color convert

RGB655377-
CMYK0.160.3100.70
HSL270º18.46%25.49%-
HSV(B)270º31.17%30.2%-
XYZ4.794.217.58-
YUV59.32137.98132.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=33.33%
G=27.18%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6553770.160.3100.7027018.4625.49
Hex41354D101F04610e1219
Octal10165115203701064162231
Binary100000111010110011011000011111010001101000011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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