#41374A

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

Shades of Jagger #41374A

Tints of Jagger #41374A

Color information

#41374A (or 0x41374A) is unknown color: approx Jagger. HEX triplet: 41, 37 and 4A. RGB value is (65,55,74). Sum of RGB (Red+Green+Blue) = 65+55+74=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #41374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41374A is #BEC8B5. Grayscale: #3C3C3C. Windows color (decimal): -12503222 or 4863809. OLE color: 4863809.

HSL color Cylindrical-coordinate representation of color #41374A: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41374A is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB655574-
CMYK0.120.2600.71
HSL271.58º14.73%25.29%-
HSV(B)271.58º25.68%29.02%-
XYZ4.784.357.07-
YUV60.16135.81131.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=33.51%
G=28.35%
B=38.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6555740.120.2600.71271.5814.7325.29
Hex41374AC1A047110f19
Octal10167112143201074201731
Binary1000001110111100101011001101001000111100010000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41374A; }

 p { color: rgb(65,55,74); }

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

<style>
 a { background-color: #41374A; }

 a { background-color: rgb(65,55,74); }

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

<style>
 span { border-color: #41374A; }

 span { border-color: rgb(65,55,74); }

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