#41374B

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

Shades of Jagger #41374B

Tints of Jagger #41374B

Color information

#41374B (or 0x41374B) is unknown color: approx Jagger. HEX triplet: 41, 37 and 4B. RGB value is (65,55,75). Sum of RGB (Red+Green+Blue) = 65+55+75=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #41374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41374B is #BEC8B4. Grayscale: #3C3C3C. Windows color (decimal): -12503221 or 4929345. OLE color: 4929345.

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

Color convert

RGB655575-
CMYK0.130.2700.71
HSL270º15.38%25.49%-
HSV(B)270º26.67%29.41%-
XYZ4.824.367.25-
YUV60.27136.31131.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=33.33%
G=28.21%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6555750.130.2700.7127015.3825.49
Hex41374BD1B04710ef19
Octal10167113153301074161731
Binary1000001110111100101111011101101000111100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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