Shades of Jagger #413F42
Tints of Jagger #413F42
RGB
CMYK
RGB Variations
Color information
#413F42 (or 0x413F42) is known color: Jagger. HEX triplet: 41, 3F and 42. RGB value is (65,63,66). Sum of RGB (Red+Green+Blue) = 65+63+66=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 66 - color contains mainly: blue. Hex color #413F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F42 is #BEC0BD. Grayscale: #3F3F3F. Windows color (decimal): -12501182 or 4341569. OLE color: 4341569.
HSL color Cylindrical-coordinate representation of color #413F42: hue angle of 280º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #413F42 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 65 | 63 | 66 | - |
CMYK | 0.02 | 0.05 | 0 | 0.74 |
HSL | 280º | 0.02% | 0.25% | - |
HSV(B) | 280º | 0.05% | 0.26% | - |
XYZ | 4.94 | 5.07 | 5.87 | - |
YUV | 63.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 63 | 66 | 0.02 | 0.05 | 0 | 0.74 | 280 | 0.02 | 0.25 |
Hex | 41 | 3F | 42 | 2 | 5 | 0 | 4A | 118 | 2 | 19 |
Octal | 101 | 77 | 102 | 2 | 5 | 0 | 112 | 430 | 2 | 31 |
Binary | 1000001 | 111111 | 1000010 | 10 | 101 | 0 | 1001010 | 100011000 | 10 | 11001 |
Color Harmonies of #413F42
Complementary color
Monochromatic Colors of #413F42
Black with #413F42
Text Example
Text Example
White with #413F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F42; }
p { color: rgb(65,63,66); }
H1.HeaderClassName
{
color: #413F42;
}
.AnyTagClassName
{
color: #413F42;
}
</style>
background-color css
<style>
a { background-color: #413F42; }
a { background-color: rgb(65,63,66); }
div.DivClassName
{
background-color: #413F42;
}
.BgClassName
{
background-color: #413F42;
}
</style>
border-color css
<style>
span { border-color: #413F42; }
span { border-color: rgb(65,63,66); }
td.TdClassName
{
border-color: #413F42;
}
.TagClassName
{
border-color: #413F42;
}
</style>