Shades of Gun Powder #43405E
Tints of Gun Powder #43405E
RGB
CMYK
RGB Variations
Color information
#43405E (or 0x43405E) is known color: Gun Powder. HEX triplet: 43, 40 and 5E. RGB value is (67,64,94). Sum of RGB (Red+Green+Blue) = 67+64+94=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #43405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43405E is #BCBFA1. Grayscale: #444444. Windows color (decimal): -12369826 or 6176835. OLE color: 6176835.
HSL color Cylindrical-coordinate representation of color #43405E: hue angle of 246º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43405E is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 64 | 94 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.63 |
| HSL | 246º | 0.19% | 0.31% | - |
| HSV(B) | 246º | 0.32% | 0.37% | - |
| XYZ | 6.17 | 5.67 | 11.36 | - |
| YUV | 68.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 94 | 0.29 | 0.32 | 0 | 0.63 | 246 | 0.19 | 0.31 |
| Hex | 43 | 40 | 5E | 1D | 20 | 0 | 3F | F6 | 13 | 1F |
| Octal | 103 | 100 | 136 | 35 | 40 | 0 | 77 | 366 | 23 | 37 |
| Binary | 1000011 | 1000000 | 1011110 | 11101 | 100000 | 0 | 111111 | 11110110 | 10011 | 11111 |
Color Harmonies of #43405E
Complementary color
Monochromatic Colors of #43405E
Black with #43405E
Text Example
Text Example
White with #43405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43405E; }
p { color: rgb(67,64,94); }
H1.HeaderClassName
{
color: #43405E;
}
.AnyTagClassName
{
color: #43405E;
}
</style>
background-color css
<style>
a { background-color: #43405E; }
a { background-color: rgb(67,64,94); }
div.DivClassName
{
background-color: #43405E;
}
.BgClassName
{
background-color: #43405E;
}
</style>
border-color css
<style>
span { border-color: #43405E; }
span { border-color: rgb(67,64,94); }
td.TdClassName
{
border-color: #43405E;
}
.TagClassName
{
border-color: #43405E;
}
</style>