Shades of Montana #33393D
Tints of Montana #33393D
RGB
CMYK
RGB Variations
Color information
#33393D (or 0x33393D) is known color: Montana. HEX triplet: 33, 39 and 3D. RGB value is (51,57,61). Sum of RGB (Red+Green+Blue) = 51+57+61=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #33393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33393D is #CCC6C2. Grayscale: #373737. Windows color (decimal): -13420227 or 4012339. OLE color: 4012339.
HSL color Cylindrical-coordinate representation of color #33393D: hue angle of 204º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33393D is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 57 | 61 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.76 |
| HSL | 204º | 0.09% | 0.22% | - |
| HSV(B) | 204º | 0.16% | 0.24% | - |
| XYZ | 3.67 | 3.97 | 4.99 | - |
| YUV | 55.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 61 | 0.16 | 0.07 | 0 | 0.76 | 204 | 0.09 | 0.22 |
| Hex | 33 | 39 | 3D | 10 | 7 | 0 | 4C | CC | 9 | 16 |
| Octal | 63 | 71 | 75 | 20 | 7 | 0 | 114 | 314 | 11 | 26 |
| Binary | 110011 | 111001 | 111101 | 10000 | 111 | 0 | 1001100 | 11001100 | 1001 | 10110 |
Color Harmonies of #33393D
Complementary color
Monochromatic Colors of #33393D
Black with #33393D
Text Example
Text Example
White with #33393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33393D; }
p { color: rgb(51,57,61); }
H1.HeaderClassName
{
color: #33393D;
}
.AnyTagClassName
{
color: #33393D;
}
</style>
background-color css
<style>
a { background-color: #33393D; }
a { background-color: rgb(51,57,61); }
div.DivClassName
{
background-color: #33393D;
}
.BgClassName
{
background-color: #33393D;
}
</style>
border-color css
<style>
span { border-color: #33393D; }
span { border-color: rgb(51,57,61); }
td.TdClassName
{
border-color: #33393D;
}
.TagClassName
{
border-color: #33393D;
}
</style>