Shades of Gun Powder #43435C
Tints of Gun Powder #43435C
RGB
CMYK
RGB Variations
Color information
#43435C (or 0x43435C) is known color: Gun Powder. HEX triplet: 43, 43 and 5C. RGB value is (67,67,92). Sum of RGB (Red+Green+Blue) = 67+67+92=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #43435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43435C is #BCBCA3. Grayscale: #454545. Windows color (decimal): -12369060 or 6046531. OLE color: 6046531.
HSL color Cylindrical-coordinate representation of color #43435C: 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 #43435C is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 67 | 92 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.64 |
| HSL | 240º | 0.16% | 0.31% | - |
| HSV(B) | 240º | 0.27% | 0.36% | - |
| XYZ | 6.25 | 5.98 | 10.95 | - |
| YUV | 69.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 92 | 0.27 | 0.27 | 0 | 0.64 | 240 | 0.16 | 0.31 |
| Hex | 43 | 43 | 5C | 1B | 1B | 0 | 40 | F0 | 10 | 1F |
| Octal | 103 | 103 | 134 | 33 | 33 | 0 | 100 | 360 | 20 | 37 |
| Binary | 1000011 | 1000011 | 1011100 | 11011 | 11011 | 0 | 1000000 | 11110000 | 10000 | 11111 |
Color Harmonies of #43435C
Complementary color
Monochromatic Colors of #43435C
Black with #43435C
Text Example
Text Example
White with #43435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43435C; }
p { color: rgb(67,67,92); }
H1.HeaderClassName
{
color: #43435C;
}
.AnyTagClassName
{
color: #43435C;
}
</style>
background-color css
<style>
a { background-color: #43435C; }
a { background-color: rgb(67,67,92); }
div.DivClassName
{
background-color: #43435C;
}
.BgClassName
{
background-color: #43435C;
}
</style>
border-color css
<style>
span { border-color: #43435C; }
span { border-color: rgb(67,67,92); }
td.TdClassName
{
border-color: #43435C;
}
.TagClassName
{
border-color: #43435C;
}
</style>