Shades of Gun Powder #434252
Tints of Gun Powder #434252
RGB
CMYK
RGB Variations
Color information
#434252 (or 0x434252) is known color: Gun Powder. HEX triplet: 43, 42 and 52. RGB value is (67,66,82). Sum of RGB (Red+Green+Blue) = 67+66+82=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #434252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434252 is #BCBDAD. Grayscale: #444444. Windows color (decimal): -12369326 or 5390915. OLE color: 5390915.
HSL color Cylindrical-coordinate representation of color #434252: hue angle of 243.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434252 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 66 | 82 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.68 |
| HSL | 243.75º | 0.11% | 0.29% | - |
| HSV(B) | 243.75º | 0.2% | 0.32% | - |
| XYZ | 5.79 | 5.7 | 8.78 | - |
| YUV | 68.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 82 | 0.18 | 0.20 | 0 | 0.68 | 243.75 | 0.11 | 0.29 |
| Hex | 43 | 42 | 52 | 12 | 14 | 0 | 44 | F4 | B | 1D |
| Octal | 103 | 102 | 122 | 22 | 24 | 0 | 104 | 364 | 13 | 35 |
| Binary | 1000011 | 1000010 | 1010010 | 10010 | 10100 | 0 | 1000100 | 11110100 | 1011 | 11101 |
Color Harmonies of #434252
Complementary color
Monochromatic Colors of #434252
Black with #434252
Text Example
Text Example
White with #434252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434252; }
p { color: rgb(67,66,82); }
H1.HeaderClassName
{
color: #434252;
}
.AnyTagClassName
{
color: #434252;
}
</style>
background-color css
<style>
a { background-color: #434252; }
a { background-color: rgb(67,66,82); }
div.DivClassName
{
background-color: #434252;
}
.BgClassName
{
background-color: #434252;
}
</style>
border-color css
<style>
span { border-color: #434252; }
span { border-color: rgb(67,66,82); }
td.TdClassName
{
border-color: #434252;
}
.TagClassName
{
border-color: #434252;
}
</style>