Shades of Gun Powder #433F57
Tints of Gun Powder #433F57
RGB
CMYK
RGB Variations
Color information
#433F57 (or 0x433F57) is known color: Gun Powder. HEX triplet: 43, 3F and 57. RGB value is (67,63,87). Sum of RGB (Red+Green+Blue) = 67+63+87=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #433F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F57 is #BCC0A8. Grayscale: #424242. Windows color (decimal): -12370089 or 5717827. OLE color: 5717827.
HSL color Cylindrical-coordinate representation of color #433F57: hue angle of 250º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #433F57 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 63 | 87 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.66 |
| HSL | 250º | 0.16% | 0.29% | - |
| HSV(B) | 250º | 0.28% | 0.34% | - |
| XYZ | 5.81 | 5.44 | 9.76 | - |
| YUV | 66.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 87 | 0.23 | 0.28 | 0 | 0.66 | 250 | 0.16 | 0.29 |
| Hex | 43 | 3F | 57 | 17 | 1C | 0 | 42 | FA | 10 | 1D |
| Octal | 103 | 77 | 127 | 27 | 34 | 0 | 102 | 372 | 20 | 35 |
| Binary | 1000011 | 111111 | 1010111 | 10111 | 11100 | 0 | 1000010 | 11111010 | 10000 | 11101 |
Color Harmonies of #433F57
Complementary color
Monochromatic Colors of #433F57
Black with #433F57
Text Example
Text Example
White with #433F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F57; }
p { color: rgb(67,63,87); }
H1.HeaderClassName
{
color: #433F57;
}
.AnyTagClassName
{
color: #433F57;
}
</style>
background-color css
<style>
a { background-color: #433F57; }
a { background-color: rgb(67,63,87); }
div.DivClassName
{
background-color: #433F57;
}
.BgClassName
{
background-color: #433F57;
}
</style>
border-color css
<style>
span { border-color: #433F57; }
span { border-color: rgb(67,63,87); }
td.TdClassName
{
border-color: #433F57;
}
.TagClassName
{
border-color: #433F57;
}
</style>