Shades of Montana #33383B
Tints of Montana #33383B
RGB
CMYK
RGB Variations
Color information
#33383B (or 0x33383B) is known color: Montana. HEX triplet: 33, 38 and 3B. RGB value is (51,56,59). Sum of RGB (Red+Green+Blue) = 51+56+59=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #33383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383B is #CCC7C4. Grayscale: #363636. Windows color (decimal): -13420485 or 3881011. OLE color: 3881011.
HSL color Cylindrical-coordinate representation of color #33383B: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33383B is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 56 | 59 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.77 |
| HSL | 202.5º | 0.07% | 0.22% | - |
| HSV(B) | 202.5º | 0.14% | 0.23% | - |
| XYZ | 3.57 | 3.85 | 4.69 | - |
| YUV | 54.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 59 | 0.14 | 0.05 | 0 | 0.77 | 202.5 | 0.07 | 0.22 |
| Hex | 33 | 38 | 3B | E | 5 | 0 | 4D | CA | 7 | 16 |
| Octal | 63 | 70 | 73 | 16 | 5 | 0 | 115 | 312 | 7 | 26 |
| Binary | 110011 | 111000 | 111011 | 1110 | 101 | 0 | 1001101 | 11001010 | 111 | 10110 |
Color Harmonies of #33383B
Complementary color
Monochromatic Colors of #33383B
Black with #33383B
Text Example
Text Example
White with #33383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33383B; }
p { color: rgb(51,56,59); }
H1.HeaderClassName
{
color: #33383B;
}
.AnyTagClassName
{
color: #33383B;
}
</style>
background-color css
<style>
a { background-color: #33383B; }
a { background-color: rgb(51,56,59); }
div.DivClassName
{
background-color: #33383B;
}
.BgClassName
{
background-color: #33383B;
}
</style>
border-color css
<style>
span { border-color: #33383B; }
span { border-color: rgb(51,56,59); }
td.TdClassName
{
border-color: #33383B;
}
.TagClassName
{
border-color: #33383B;
}
</style>