Shades of Gun Powder #41435A
Tints of Gun Powder #41435A
RGB
CMYK
RGB Variations
Color information
#41435A (or 0x41435A) is known color: Gun Powder. HEX triplet: 41, 43 and 5A. RGB value is (65,67,90). Sum of RGB (Red+Green+Blue) = 65+67+90=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #41435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41435A is #BEBCA5. Grayscale: #444444. Windows color (decimal): -12500134 or 5915457. OLE color: 5915457.
HSL color Cylindrical-coordinate representation of color #41435A: hue angle of 235.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41435A is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 67 | 90 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.65 |
| HSL | 235.2º | 0.16% | 0.3% | - |
| HSV(B) | 235.2º | 0.28% | 0.35% | - |
| XYZ | 6.03 | 5.88 | 10.49 | - |
| YUV | 69.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 90 | 0.28 | 0.26 | 0 | 0.65 | 235.2 | 0.16 | 0.3 |
| Hex | 41 | 43 | 5A | 1C | 1A | 0 | 41 | EB | 10 | 1E |
| Octal | 101 | 103 | 132 | 34 | 32 | 0 | 101 | 353 | 20 | 36 |
| Binary | 1000001 | 1000011 | 1011010 | 11100 | 11010 | 0 | 1000001 | 11101011 | 10000 | 11110 |
Color Harmonies of #41435A
Complementary color
Monochromatic Colors of #41435A
Black with #41435A
Text Example
Text Example
White with #41435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41435A; }
p { color: rgb(65,67,90); }
H1.HeaderClassName
{
color: #41435A;
}
.AnyTagClassName
{
color: #41435A;
}
</style>
background-color css
<style>
a { background-color: #41435A; }
a { background-color: rgb(65,67,90); }
div.DivClassName
{
background-color: #41435A;
}
.BgClassName
{
background-color: #41435A;
}
</style>
border-color css
<style>
span { border-color: #41435A; }
span { border-color: rgb(65,67,90); }
td.TdClassName
{
border-color: #41435A;
}
.TagClassName
{
border-color: #41435A;
}
</style>