Shades of Gun Powder #423F53
Tints of Gun Powder #423F53
RGB
CMYK
RGB Variations
Color information
#423F53 (or 0x423F53) is known color: Gun Powder. HEX triplet: 42, 3F and 53. RGB value is (66,63,83). Sum of RGB (Red+Green+Blue) = 66+63+83=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #423F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F53 is #BDC0AC. Grayscale: #424242. Windows color (decimal): -12435629 or 5455682. OLE color: 5455682.
HSL color Cylindrical-coordinate representation of color #423F53: hue angle of 249º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423F53 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 63 | 83 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.67 |
| HSL | 249º | 0.14% | 0.29% | - |
| HSV(B) | 249º | 0.24% | 0.33% | - |
| XYZ | 5.59 | 5.34 | 8.92 | - |
| YUV | 66.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 83 | 0.20 | 0.24 | 0 | 0.67 | 249 | 0.14 | 0.29 |
| Hex | 42 | 3F | 53 | 14 | 18 | 0 | 43 | F9 | E | 1D |
| Octal | 102 | 77 | 123 | 24 | 30 | 0 | 103 | 371 | 16 | 35 |
| Binary | 1000010 | 111111 | 1010011 | 10100 | 11000 | 0 | 1000011 | 11111001 | 1110 | 11101 |
Color Harmonies of #423F53
Complementary color
Monochromatic Colors of #423F53
Black with #423F53
Text Example
Text Example
White with #423F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F53; }
p { color: rgb(66,63,83); }
H1.HeaderClassName
{
color: #423F53;
}
.AnyTagClassName
{
color: #423F53;
}
</style>
background-color css
<style>
a { background-color: #423F53; }
a { background-color: rgb(66,63,83); }
div.DivClassName
{
background-color: #423F53;
}
.BgClassName
{
background-color: #423F53;
}
</style>
border-color css
<style>
span { border-color: #423F53; }
span { border-color: rgb(66,63,83); }
td.TdClassName
{
border-color: #423F53;
}
.TagClassName
{
border-color: #423F53;
}
</style>