Shades of Gun Powder #444351
Tints of Gun Powder #444351
RGB
CMYK
RGB Variations
Color information
#444351 (or 0x444351) is known color: Gun Powder. HEX triplet: 44, 43 and 51. RGB value is (68,67,81). Sum of RGB (Red+Green+Blue) = 68+67+81=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #444351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444351 is #BBBCAE. Grayscale: #444444. Windows color (decimal): -12303535 or 5325636. OLE color: 5325636.
HSL color Cylindrical-coordinate representation of color #444351: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #444351 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 67 | 81 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.68 |
| HSL | 244.29º | 0.09% | 0.29% | - |
| HSV(B) | 244.29º | 0.17% | 0.32% | - |
| XYZ | 5.88 | 5.84 | 8.6 | - |
| YUV | 68.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 81 | 0.16 | 0.17 | 0 | 0.68 | 244.29 | 0.09 | 0.29 |
| Hex | 44 | 43 | 51 | 10 | 11 | 0 | 44 | F4 | 9 | 1D |
| Octal | 104 | 103 | 121 | 20 | 21 | 0 | 104 | 364 | 11 | 35 |
| Binary | 1000100 | 1000011 | 1010001 | 10000 | 10001 | 0 | 1000100 | 11110100 | 1001 | 11101 |
Color Harmonies of #444351
Complementary color
Monochromatic Colors of #444351
Black with #444351
Text Example
Text Example
White with #444351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444351; }
p { color: rgb(68,67,81); }
H1.HeaderClassName
{
color: #444351;
}
.AnyTagClassName
{
color: #444351;
}
</style>
background-color css
<style>
a { background-color: #444351; }
a { background-color: rgb(68,67,81); }
div.DivClassName
{
background-color: #444351;
}
.BgClassName
{
background-color: #444351;
}
</style>
border-color css
<style>
span { border-color: #444351; }
span { border-color: rgb(68,67,81); }
td.TdClassName
{
border-color: #444351;
}
.TagClassName
{
border-color: #444351;
}
</style>