Shades of Gun Powder #423F54
Tints of Gun Powder #423F54
RGB
CMYK
RGB Variations
Color information
#423F54 (or 0x423F54) is known color: Gun Powder. HEX triplet: 42, 3F and 54. RGB value is (66,63,84). Sum of RGB (Red+Green+Blue) = 66+63+84=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #423F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F54 is #BDC0AB. Grayscale: #424242. Windows color (decimal): -12435628 or 5521218. OLE color: 5521218.
HSL color Cylindrical-coordinate representation of color #423F54: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423F54 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 63 | 84 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.67 |
| HSL | 248.57º | 0.14% | 0.29% | - |
| HSV(B) | 248.57º | 0.25% | 0.33% | - |
| XYZ | 5.62 | 5.35 | 9.12 | - |
| YUV | 66.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 84 | 0.21 | 0.25 | 0 | 0.67 | 248.57 | 0.14 | 0.29 |
| Hex | 42 | 3F | 54 | 15 | 19 | 0 | 43 | F9 | E | 1D |
| Octal | 102 | 77 | 124 | 25 | 31 | 0 | 103 | 371 | 16 | 35 |
| Binary | 1000010 | 111111 | 1010100 | 10101 | 11001 | 0 | 1000011 | 11111001 | 1110 | 11101 |
Color Harmonies of #423F54
Complementary color
Monochromatic Colors of #423F54
Black with #423F54
Text Example
Text Example
White with #423F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F54; }
p { color: rgb(66,63,84); }
H1.HeaderClassName
{
color: #423F54;
}
.AnyTagClassName
{
color: #423F54;
}
</style>
background-color css
<style>
a { background-color: #423F54; }
a { background-color: rgb(66,63,84); }
div.DivClassName
{
background-color: #423F54;
}
.BgClassName
{
background-color: #423F54;
}
</style>
border-color css
<style>
span { border-color: #423F54; }
span { border-color: rgb(66,63,84); }
td.TdClassName
{
border-color: #423F54;
}
.TagClassName
{
border-color: #423F54;
}
</style>