Shades of Gun Powder #433F60
Tints of Gun Powder #433F60
RGB
CMYK
RGB Variations
Color information
#433F60 (or 0x433F60) is known color: Gun Powder. HEX triplet: 43, 3F and 60. RGB value is (67,63,96). Sum of RGB (Red+Green+Blue) = 67+63+96=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #433F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F60 is #BCC09F. Grayscale: #434343. Windows color (decimal): -12370080 or 6307651. OLE color: 6307651.
HSL color Cylindrical-coordinate representation of color #433F60: hue angle of 247.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #433F60 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 63 | 96 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.62 |
| HSL | 247.27º | 0.21% | 0.31% | - |
| HSV(B) | 247.27º | 0.34% | 0.38% | - |
| XYZ | 6.2 | 5.59 | 11.82 | - |
| YUV | 67.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 96 | 0.30 | 0.34 | 0 | 0.62 | 247.27 | 0.21 | 0.31 |
| Hex | 43 | 3F | 60 | 1E | 22 | 0 | 3E | F7 | 15 | 1F |
| Octal | 103 | 77 | 140 | 36 | 42 | 0 | 76 | 367 | 25 | 37 |
| Binary | 1000011 | 111111 | 1100000 | 11110 | 100010 | 0 | 111110 | 11110111 | 10101 | 11111 |
Color Harmonies of #433F60
Complementary color
Monochromatic Colors of #433F60
Black with #433F60
Text Example
Text Example
White with #433F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F60; }
p { color: rgb(67,63,96); }
H1.HeaderClassName
{
color: #433F60;
}
.AnyTagClassName
{
color: #433F60;
}
</style>
background-color css
<style>
a { background-color: #433F60; }
a { background-color: rgb(67,63,96); }
div.DivClassName
{
background-color: #433F60;
}
.BgClassName
{
background-color: #433F60;
}
</style>
border-color css
<style>
span { border-color: #433F60; }
span { border-color: rgb(67,63,96); }
td.TdClassName
{
border-color: #433F60;
}
.TagClassName
{
border-color: #433F60;
}
</style>