Shades of Gun Powder #41415B
Tints of Gun Powder #41415B
RGB
CMYK
RGB Variations
Color information
#41415B (or 0x41415B) is known color: Gun Powder. HEX triplet: 41, 41 and 5B. RGB value is (65,65,91). Sum of RGB (Red+Green+Blue) = 65+65+91=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #41415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41415B is #BEBEA4. Grayscale: #434343. Windows color (decimal): -12500645 or 5980481. OLE color: 5980481.
HSL color Cylindrical-coordinate representation of color #41415B: hue angle of 240º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41415B is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 65 | 91 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.64 |
| HSL | 240º | 0.17% | 0.31% | - |
| HSV(B) | 240º | 0.29% | 0.36% | - |
| XYZ | 5.96 | 5.66 | 10.68 | - |
| YUV | 67.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 91 | 0.29 | 0.29 | 0 | 0.64 | 240 | 0.17 | 0.31 |
| Hex | 41 | 41 | 5B | 1D | 1D | 0 | 40 | F0 | 11 | 1F |
| Octal | 101 | 101 | 133 | 35 | 35 | 0 | 100 | 360 | 21 | 37 |
| Binary | 1000001 | 1000001 | 1011011 | 11101 | 11101 | 0 | 1000000 | 11110000 | 10001 | 11111 |
Color Harmonies of #41415B
Complementary color
Monochromatic Colors of #41415B
Black with #41415B
Text Example
Text Example
White with #41415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41415B; }
p { color: rgb(65,65,91); }
H1.HeaderClassName
{
color: #41415B;
}
.AnyTagClassName
{
color: #41415B;
}
</style>
background-color css
<style>
a { background-color: #41415B; }
a { background-color: rgb(65,65,91); }
div.DivClassName
{
background-color: #41415B;
}
.BgClassName
{
background-color: #41415B;
}
</style>
border-color css
<style>
span { border-color: #41415B; }
span { border-color: rgb(65,65,91); }
td.TdClassName
{
border-color: #41415B;
}
.TagClassName
{
border-color: #41415B;
}
</style>