Shades of Montana #353839
Tints of Montana #353839
RGB
CMYK
RGB Variations
Color information
#353839 (or 0x353839) is known color: Montana. HEX triplet: 35, 38 and 39. RGB value is (53,56,57). Sum of RGB (Red+Green+Blue) = 53+56+57=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 57 - color contains mainly: blue. Hex color #353839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353839 is #CAC7C6. Grayscale: #373737. Windows color (decimal): -13289415 or 3749941. OLE color: 3749941.
HSL color Cylindrical-coordinate representation of color #353839: hue angle of 195º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353839 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 53 | 56 | 57 | - |
CMYK | 0.07 | 0.02 | 0 | 0.78 |
HSL | 195º | 0.04% | 0.22% | - |
HSV(B) | 195º | 0.07% | 0.22% | - |
XYZ | 3.62 | 3.88 | 4.43 | - |
YUV | 55.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 56 | 57 | 0.07 | 0.02 | 0 | 0.78 | 195 | 0.04 | 0.22 |
Hex | 35 | 38 | 39 | 7 | 2 | 0 | 4E | C3 | 4 | 16 |
Octal | 65 | 70 | 71 | 7 | 2 | 0 | 116 | 303 | 4 | 26 |
Binary | 110101 | 111000 | 111001 | 111 | 10 | 0 | 1001110 | 11000011 | 100 | 10110 |
Color Harmonies of #353839
Complementary color
Monochromatic Colors of #353839
Black with #353839
Text Example
Text Example
White with #353839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353839; }
p { color: rgb(53,56,57); }
H1.HeaderClassName
{
color: #353839;
}
.AnyTagClassName
{
color: #353839;
}
</style>
background-color css
<style>
a { background-color: #353839; }
a { background-color: rgb(53,56,57); }
div.DivClassName
{
background-color: #353839;
}
.BgClassName
{
background-color: #353839;
}
</style>
border-color css
<style>
span { border-color: #353839; }
span { border-color: rgb(53,56,57); }
td.TdClassName
{
border-color: #353839;
}
.TagClassName
{
border-color: #353839;
}
</style>