Shades of Gun Powder #3D3C59
Tints of Gun Powder #3D3C59
RGB
CMYK
RGB Variations
Color information
#3D3C59 (or 0x3D3C59) is known color: Gun Powder. HEX triplet: 3D, 3C and 59. RGB value is (61,60,89). Sum of RGB (Red+Green+Blue) = 61+60+89=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C59 is #C2C3A6. Grayscale: #3F3F3F. Windows color (decimal): -12764071 or 5848125. OLE color: 5848125.
HSL color Cylindrical-coordinate representation of color #3D3C59: hue angle of 242.07º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3C59 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 60 | 89 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.65 |
| HSL | 242.07º | 0.19% | 0.29% | - |
| HSV(B) | 242.07º | 0.33% | 0.35% | - |
| XYZ | 5.34 | 4.95 | 10.12 | - |
| YUV | 63.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 89 | 0.31 | 0.33 | 0 | 0.65 | 242.07 | 0.19 | 0.29 |
| Hex | 3D | 3C | 59 | 1F | 21 | 0 | 41 | F2 | 13 | 1D |
| Octal | 75 | 74 | 131 | 37 | 41 | 0 | 101 | 362 | 23 | 35 |
| Binary | 111101 | 111100 | 1011001 | 11111 | 100001 | 0 | 1000001 | 11110010 | 10011 | 11101 |
Color Harmonies of #3D3C59
Complementary color
Monochromatic Colors of #3D3C59
Black with #3D3C59
Text Example
Text Example
White with #3D3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C59; }
p { color: rgb(61,60,89); }
H1.HeaderClassName
{
color: #3D3C59;
}
.AnyTagClassName
{
color: #3D3C59;
}
</style>
background-color css
<style>
a { background-color: #3D3C59; }
a { background-color: rgb(61,60,89); }
div.DivClassName
{
background-color: #3D3C59;
}
.BgClassName
{
background-color: #3D3C59;
}
</style>
border-color css
<style>
span { border-color: #3D3C59; }
span { border-color: rgb(61,60,89); }
td.TdClassName
{
border-color: #3D3C59;
}
.TagClassName
{
border-color: #3D3C59;
}
</style>