#41334D

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

Shades of Jagger #41334D

Tints of Jagger #41334D

Color information

#41334D (or 0x41334D) is unknown color: approx Jagger. HEX triplet: 41, 33 and 4D. RGB value is (65,51,77). Sum of RGB (Red+Green+Blue) = 65+51+77=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #41334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41334D is #BECCB2. Grayscale: #3A3A3A. Windows color (decimal): -12504243 or 5059393. OLE color: 5059393.

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

Color convert

RGB655177-
CMYK0.160.3400.70
HSL272.31º20.31%25.1%-
HSV(B)272.31º33.77%30.2%-
XYZ4.74.037.55-
YUV58.15138.64132.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=33.68%
G=26.42%
B=39.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6551770.160.3400.70272.3120.3125.1
Hex41334D10220461101419
Octal10163115204201064202431
Binary1000001110011100110110000100010010001101000100001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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