Shades of Gun Powder #433F5D
Tints of Gun Powder #433F5D
RGB
CMYK
RGB Variations
Color information
#433F5D (or 0x433F5D) is known color: Gun Powder. HEX triplet: 43, 3F and 5D. RGB value is (67,63,93). Sum of RGB (Red+Green+Blue) = 67+63+93=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #433F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F5D is #BCC0A2. Grayscale: #434343. Windows color (decimal): -12370083 or 6111043. OLE color: 6111043.
HSL color Cylindrical-coordinate representation of color #433F5D: hue angle of 248º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #433F5D is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 63 | 93 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.64 |
| HSL | 248º | 0.19% | 0.31% | - |
| HSV(B) | 248º | 0.32% | 0.36% | - |
| XYZ | 6.07 | 5.54 | 11.11 | - |
| YUV | 67.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 93 | 0.28 | 0.32 | 0 | 0.64 | 248 | 0.19 | 0.31 |
| Hex | 43 | 3F | 5D | 1C | 20 | 0 | 40 | F8 | 13 | 1F |
| Octal | 103 | 77 | 135 | 34 | 40 | 0 | 100 | 370 | 23 | 37 |
| Binary | 1000011 | 111111 | 1011101 | 11100 | 100000 | 0 | 1000000 | 11111000 | 10011 | 11111 |
Color Harmonies of #433F5D
Complementary color
Monochromatic Colors of #433F5D
Black with #433F5D
Text Example
Text Example
White with #433F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F5D; }
p { color: rgb(67,63,93); }
H1.HeaderClassName
{
color: #433F5D;
}
.AnyTagClassName
{
color: #433F5D;
}
</style>
background-color css
<style>
a { background-color: #433F5D; }
a { background-color: rgb(67,63,93); }
div.DivClassName
{
background-color: #433F5D;
}
.BgClassName
{
background-color: #433F5D;
}
</style>
border-color css
<style>
span { border-color: #433F5D; }
span { border-color: rgb(67,63,93); }
td.TdClassName
{
border-color: #433F5D;
}
.TagClassName
{
border-color: #433F5D;
}
</style>