#41354B

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

Shades of Jagger #41354B

Tints of Jagger #41354B

Color information

#41354B (or 0x41354B) is unknown color: approx Jagger. HEX triplet: 41, 35 and 4B. RGB value is (65,53,75). Sum of RGB (Red+Green+Blue) = 65+53+75=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #41354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41354B is #BECAB4. Grayscale: #3B3B3B. Windows color (decimal): -12503733 or 4928833. OLE color: 4928833.

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

Color convert

RGB655375-
CMYK0.130.2900.71
HSL272.73º17.19%25.1%-
HSV(B)272.73º29.33%29.41%-
XYZ4.724.187.21-
YUV59.1136.98132.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=33.68%
G=27.46%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6553750.130.2900.71272.7317.1925.1
Hex41354BD1D0471111119
Octal10165113153501074212131
Binary10000011101011001011110111101010001111000100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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