#413445

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

Shades of Jagger #413445

Tints of Jagger #413445

Color information

#413445 (or 0x413445) is unknown color: approx Jagger. HEX triplet: 41, 34 and 45. RGB value is (65,52,69). Sum of RGB (Red+Green+Blue) = 65+52+69=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #413445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413445 is #BECBBA. Grayscale: #393939. Windows color (decimal): -12503995 or 4535361. OLE color: 4535361.

HSL color Cylindrical-coordinate representation of color #413445: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413445 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB655269-
CMYK0.060.2500.73
HSL285.88º14.05%23.73%-
HSV(B)285.88º24.64%27.06%-
XYZ4.484.016.17-
YUV57.82134.31133.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=34.95%
G=27.96%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6552690.060.2500.73285.8814.0523.73
Hex41344561904911ee18
Octal1016410563101114361630
Binary100000111010010001011101100101001001100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413445; }

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

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

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

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

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

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

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

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