Shades of Gun Powder #443F5D
Tints of Gun Powder #443F5D
RGB
CMYK
RGB Variations
Color information
#443F5D (or 0x443F5D) is known color: Gun Powder. HEX triplet: 44, 3F and 5D. RGB value is (68,63,93). Sum of RGB (Red+Green+Blue) = 68+63+93=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #443F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F5D is #BBC0A2. Grayscale: #434343. Windows color (decimal): -12304547 or 6111044. OLE color: 6111044.
HSL color Cylindrical-coordinate representation of color #443F5D: hue angle of 250º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443F5D is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 63 | 93 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.64 |
| HSL | 250º | 0.19% | 0.31% | - |
| HSV(B) | 250º | 0.32% | 0.36% | - |
| XYZ | 6.14 | 5.57 | 11.11 | - |
| YUV | 67.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 93 | 0.27 | 0.32 | 0 | 0.64 | 250 | 0.19 | 0.31 |
| Hex | 44 | 3F | 5D | 1B | 20 | 0 | 40 | FA | 13 | 1F |
| Octal | 104 | 77 | 135 | 33 | 40 | 0 | 100 | 372 | 23 | 37 |
| Binary | 1000100 | 111111 | 1011101 | 11011 | 100000 | 0 | 1000000 | 11111010 | 10011 | 11111 |
Color Harmonies of #443F5D
Complementary color
Monochromatic Colors of #443F5D
Black with #443F5D
Text Example
Text Example
White with #443F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F5D; }
p { color: rgb(68,63,93); }
H1.HeaderClassName
{
color: #443F5D;
}
.AnyTagClassName
{
color: #443F5D;
}
</style>
background-color css
<style>
a { background-color: #443F5D; }
a { background-color: rgb(68,63,93); }
div.DivClassName
{
background-color: #443F5D;
}
.BgClassName
{
background-color: #443F5D;
}
</style>
border-color css
<style>
span { border-color: #443F5D; }
span { border-color: rgb(68,63,93); }
td.TdClassName
{
border-color: #443F5D;
}
.TagClassName
{
border-color: #443F5D;
}
</style>