Shades of Gun Powder #42425B
Tints of Gun Powder #42425B
RGB
CMYK
RGB Variations
Color information
#42425B (or 0x42425B) is known color: Gun Powder. HEX triplet: 42, 42 and 5B. RGB value is (66,66,91). Sum of RGB (Red+Green+Blue) = 66+66+91=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #42425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42425B is #BDBDA4. Grayscale: #444444. Windows color (decimal): -12434853 or 5980738. OLE color: 5980738.
HSL color Cylindrical-coordinate representation of color #42425B: hue angle of 240º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42425B is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 66 | 91 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.64 |
| HSL | 240º | 0.16% | 0.31% | - |
| HSV(B) | 240º | 0.27% | 0.36% | - |
| XYZ | 6.08 | 5.81 | 10.7 | - |
| YUV | 68.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 91 | 0.27 | 0.27 | 0 | 0.64 | 240 | 0.16 | 0.31 |
| Hex | 42 | 42 | 5B | 1B | 1B | 0 | 40 | F0 | 10 | 1F |
| Octal | 102 | 102 | 133 | 33 | 33 | 0 | 100 | 360 | 20 | 37 |
| Binary | 1000010 | 1000010 | 1011011 | 11011 | 11011 | 0 | 1000000 | 11110000 | 10000 | 11111 |
Color Harmonies of #42425B
Complementary color
Monochromatic Colors of #42425B
Black with #42425B
Text Example
Text Example
White with #42425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42425B; }
p { color: rgb(66,66,91); }
H1.HeaderClassName
{
color: #42425B;
}
.AnyTagClassName
{
color: #42425B;
}
</style>
background-color css
<style>
a { background-color: #42425B; }
a { background-color: rgb(66,66,91); }
div.DivClassName
{
background-color: #42425B;
}
.BgClassName
{
background-color: #42425B;
}
</style>
border-color css
<style>
span { border-color: #42425B; }
span { border-color: rgb(66,66,91); }
td.TdClassName
{
border-color: #42425B;
}
.TagClassName
{
border-color: #42425B;
}
</style>