#413645

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

Shades of Jagger #413645

Tints of Jagger #413645

Color information

#413645 (or 0x413645) is unknown color: approx Jagger. HEX triplet: 41, 36 and 45. RGB value is (65,54,69). Sum of RGB (Red+Green+Blue) = 65+54+69=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #413645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413645 is #BEC9BA. Grayscale: #3A3A3A. Windows color (decimal): -12503483 or 4535873. OLE color: 4535873.

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

Color convert

RGB655469-
CMYK0.060.2200.73
HSL284º12.2%24.12%-
HSV(B)284º21.74%27.06%-
XYZ4.574.196.2-
YUV59133.64132.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=34.57%
G=28.72%
B=36.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6554690.060.2200.7328412.224.12
Hex41364561604911cc18
Octal1016610562601114341430
Binary100000111011010001011101011001001001100011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413645; }

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

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

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

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

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

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

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

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