Shades of Montana #34383B
Tints of Montana #34383B
RGB
CMYK
RGB Variations
Color information
#34383B (or 0x34383B) is known color: Montana. HEX triplet: 34, 38 and 3B. RGB value is (52,56,59). Sum of RGB (Red+Green+Blue) = 52+56+59=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 59 - color contains mainly: blue. Hex color #34383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34383B is #CBC7C4. Grayscale: #373737. Windows color (decimal): -13354949 or 3881012. OLE color: 3881012.
HSL color Cylindrical-coordinate representation of color #34383B: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #34383B is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 56 | 59 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.77 |
| HSL | 205.71º | 0.06% | 0.22% | - |
| HSV(B) | 205.71º | 0.12% | 0.23% | - |
| XYZ | 3.62 | 3.87 | 4.69 | - |
| YUV | 55.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 59 | 0.12 | 0.05 | 0 | 0.77 | 205.71 | 0.06 | 0.22 |
| Hex | 34 | 38 | 3B | C | 5 | 0 | 4D | CE | 6 | 16 |
| Octal | 64 | 70 | 73 | 14 | 5 | 0 | 115 | 316 | 6 | 26 |
| Binary | 110100 | 111000 | 111011 | 1100 | 101 | 0 | 1001101 | 11001110 | 110 | 10110 |
Color Harmonies of #34383B
Complementary color
Monochromatic Colors of #34383B
Black with #34383B
Text Example
Text Example
White with #34383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34383B; }
p { color: rgb(52,56,59); }
H1.HeaderClassName
{
color: #34383B;
}
.AnyTagClassName
{
color: #34383B;
}
</style>
background-color css
<style>
a { background-color: #34383B; }
a { background-color: rgb(52,56,59); }
div.DivClassName
{
background-color: #34383B;
}
.BgClassName
{
background-color: #34383B;
}
</style>
border-color css
<style>
span { border-color: #34383B; }
span { border-color: rgb(52,56,59); }
td.TdClassName
{
border-color: #34383B;
}
.TagClassName
{
border-color: #34383B;
}
</style>