#41364B

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

Shades of Jagger #41364B

Tints of Jagger #41364B

Color information

#41364B (or 0x41364B) is unknown color: approx Jagger. HEX triplet: 41, 36 and 4B. RGB value is (65,54,75). Sum of RGB (Red+Green+Blue) = 65+54+75=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #41364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41364B is #BEC9B4. Grayscale: #3B3B3B. Windows color (decimal): -12503477 or 4929089. OLE color: 4929089.

HSL color Cylindrical-coordinate representation of color #41364B: hue angle of 271.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41364B is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB655475-
CMYK0.130.2800.71
HSL271.43º16.28%25.29%-
HSV(B)271.43º28%29.41%-
XYZ4.774.277.23-
YUV59.68136.64131.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=33.51%
G=27.84%
B=38.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6554750.130.2800.71271.4316.2825.29
Hex41364BD1C04710f1019
Octal10166113153401074172031
Binary10000011101101001011110111100010001111000011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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