#41344B

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

Shades of Jagger #41344B

Tints of Jagger #41344B

Color information

#41344B (or 0x41344B) is unknown color: approx Jagger. HEX triplet: 41, 34 and 4B. RGB value is (65,52,75). Sum of RGB (Red+Green+Blue) = 65+52+75=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #41344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41344B is #BECBB4. Grayscale: #3A3A3A. Windows color (decimal): -12503989 or 4928577. OLE color: 4928577.

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

Color convert

RGB655275-
CMYK0.130.3100.71
HSL273.91º18.11%24.9%-
HSV(B)273.91º30.67%29.41%-
XYZ4.684.097.2-
YUV58.51137.31132.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=33.85%
G=27.08%
B=39.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6552750.130.3100.71273.9118.1124.9
Hex41344BD1F0471121219
Octal10164113153701074222231
Binary10000011101001001011110111111010001111000100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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