Shades of Gun Powder #43415C
Tints of Gun Powder #43415C
RGB
CMYK
RGB Variations
Color information
#43415C (or 0x43415C) is known color: Gun Powder. HEX triplet: 43, 41 and 5C. RGB value is (67,65,92). Sum of RGB (Red+Green+Blue) = 67+65+92=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #43415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43415C is #BCBEA3. Grayscale: #444444. Windows color (decimal): -12369572 or 6046019. OLE color: 6046019.
HSL color Cylindrical-coordinate representation of color #43415C: hue angle of 244.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43415C is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 65 | 92 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.64 |
| HSL | 244.44º | 0.17% | 0.31% | - |
| HSV(B) | 244.44º | 0.29% | 0.36% | - |
| XYZ | 6.14 | 5.75 | 10.91 | - |
| YUV | 68.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 92 | 0.27 | 0.29 | 0 | 0.64 | 244.44 | 0.17 | 0.31 |
| Hex | 43 | 41 | 5C | 1B | 1D | 0 | 40 | F4 | 11 | 1F |
| Octal | 103 | 101 | 134 | 33 | 35 | 0 | 100 | 364 | 21 | 37 |
| Binary | 1000011 | 1000001 | 1011100 | 11011 | 11101 | 0 | 1000000 | 11110100 | 10001 | 11111 |
Color Harmonies of #43415C
Complementary color
Monochromatic Colors of #43415C
Black with #43415C
Text Example
Text Example
White with #43415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43415C; }
p { color: rgb(67,65,92); }
H1.HeaderClassName
{
color: #43415C;
}
.AnyTagClassName
{
color: #43415C;
}
</style>
background-color css
<style>
a { background-color: #43415C; }
a { background-color: rgb(67,65,92); }
div.DivClassName
{
background-color: #43415C;
}
.BgClassName
{
background-color: #43415C;
}
</style>
border-color css
<style>
span { border-color: #43415C; }
span { border-color: rgb(67,65,92); }
td.TdClassName
{
border-color: #43415C;
}
.TagClassName
{
border-color: #43415C;
}
</style>