Shades of Montana #383B3D
Tints of Montana #383B3D
RGB
CMYK
RGB Variations
Color information
#383B3D (or 0x383B3D) is known color: Montana. HEX triplet: 38, 3B and 3D. RGB value is (56,59,61). Sum of RGB (Red+Green+Blue) = 56+59+61=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 61 - color contains mainly: blue. Hex color #383B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B3D is #C7C4C2. Grayscale: #3A3A3A. Windows color (decimal): -13092035 or 4012856. OLE color: 4012856.
HSL color Cylindrical-coordinate representation of color #383B3D: hue angle of 204º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383B3D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 59 | 61 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.76 |
| HSL | 204º | 0.04% | 0.23% | - |
| HSV(B) | 204º | 0.08% | 0.24% | - |
| XYZ | 4.04 | 4.31 | 5.03 | - |
| YUV | 58.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 61 | 0.08 | 0.03 | 0 | 0.76 | 204 | 0.04 | 0.23 |
| Hex | 38 | 3B | 3D | 8 | 3 | 0 | 4C | CC | 4 | 17 |
| Octal | 70 | 73 | 75 | 10 | 3 | 0 | 114 | 314 | 4 | 27 |
| Binary | 111000 | 111011 | 111101 | 1000 | 11 | 0 | 1001100 | 11001100 | 100 | 10111 |
Color Harmonies of #383B3D
Complementary color
Monochromatic Colors of #383B3D
Black with #383B3D
Text Example
Text Example
White with #383B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B3D; }
p { color: rgb(56,59,61); }
H1.HeaderClassName
{
color: #383B3D;
}
.AnyTagClassName
{
color: #383B3D;
}
</style>
background-color css
<style>
a { background-color: #383B3D; }
a { background-color: rgb(56,59,61); }
div.DivClassName
{
background-color: #383B3D;
}
.BgClassName
{
background-color: #383B3D;
}
</style>
border-color css
<style>
span { border-color: #383B3D; }
span { border-color: rgb(56,59,61); }
td.TdClassName
{
border-color: #383B3D;
}
.TagClassName
{
border-color: #383B3D;
}
</style>