#41364D

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

Shades of Jagger #41364D

Tints of Jagger #41364D

Color information

#41364D (or 0x41364D) is unknown color: approx Jagger. HEX triplet: 41, 36 and 4D. RGB value is (65,54,77). Sum of RGB (Red+Green+Blue) = 65+54+77=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #41364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41364D is #BEC9B2. Grayscale: #3B3B3B. Windows color (decimal): -12503475 or 5060161. OLE color: 5060161.

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

Color convert

RGB655477-
CMYK0.160.3000.70
HSL268.7º17.56%25.69%-
HSV(B)268.7º29.87%30.2%-
XYZ4.844.37.6-
YUV59.91137.64131.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=33.16%
G=27.55%
B=39.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6554770.160.3000.70268.717.5625.69
Hex41364D101E04610d121a
Octal10166115203601064152232
Binary100000111011010011011000011110010001101000011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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