Shades of Gun Powder #424255
Tints of Gun Powder #424255
RGB
CMYK
RGB Variations
Color information
#424255 (or 0x424255) is known color: Gun Powder. HEX triplet: 42, 42 and 55. RGB value is (66,66,85). Sum of RGB (Red+Green+Blue) = 66+66+85=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #424255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424255 is #BDBDAA. Grayscale: #444444. Windows color (decimal): -12434859 or 5587522. OLE color: 5587522.
HSL color Cylindrical-coordinate representation of color #424255: hue angle of 240º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424255 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 66 | 85 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.67 |
| HSL | 240º | 0.13% | 0.3% | - |
| HSV(B) | 240º | 0.22% | 0.33% | - |
| XYZ | 5.83 | 5.71 | 9.39 | - |
| YUV | 68.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 85 | 0.22 | 0.22 | 0 | 0.67 | 240 | 0.13 | 0.3 |
| Hex | 42 | 42 | 55 | 16 | 16 | 0 | 43 | F0 | D | 1E |
| Octal | 102 | 102 | 125 | 26 | 26 | 0 | 103 | 360 | 15 | 36 |
| Binary | 1000010 | 1000010 | 1010101 | 10110 | 10110 | 0 | 1000011 | 11110000 | 1101 | 11110 |
Color Harmonies of #424255
Complementary color
Monochromatic Colors of #424255
Black with #424255
Text Example
Text Example
White with #424255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424255; }
p { color: rgb(66,66,85); }
H1.HeaderClassName
{
color: #424255;
}
.AnyTagClassName
{
color: #424255;
}
</style>
background-color css
<style>
a { background-color: #424255; }
a { background-color: rgb(66,66,85); }
div.DivClassName
{
background-color: #424255;
}
.BgClassName
{
background-color: #424255;
}
</style>
border-color css
<style>
span { border-color: #424255; }
span { border-color: rgb(66,66,85); }
td.TdClassName
{
border-color: #424255;
}
.TagClassName
{
border-color: #424255;
}
</style>