Shades of Midnight Moss #262C28
Tints of Midnight Moss #262C28
RGB
CMYK
RGB Variations
Color information
#262C28 (or 0x262C28) is known color: Midnight Moss. HEX triplet: 26, 2C and 28. RGB value is (38,44,40). Sum of RGB (Red+Green+Blue) = 38+44+40=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 44 - color contains mainly: green. Hex color #262C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C28 is #D9D3D7. Grayscale: #292929. Windows color (decimal): -14275544 or 2632742. OLE color: 2632742.
HSL color Cylindrical-coordinate representation of color #262C28: hue angle of 140º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #262C28 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 44 | 40 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.83 |
| HSL | 140º | 0.07% | 0.16% | - |
| HSV(B) | 140º | 0.14% | 0.17% | - |
| XYZ | 2.08 | 2.37 | 2.35 | - |
| YUV | 41.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 40 | 0.14 | 0 | 0.09 | 0.83 | 140 | 0.07 | 0.16 |
| Hex | 26 | 2C | 28 | E | 0 | 9 | 53 | 8C | 7 | 10 |
| Octal | 46 | 54 | 50 | 16 | 0 | 11 | 123 | 214 | 7 | 20 |
| Binary | 100110 | 101100 | 101000 | 1110 | 0 | 1001 | 1010011 | 10001100 | 111 | 10000 |
Color Harmonies of #262C28
Complementary color
Monochromatic Colors of #262C28
Black with #262C28
Text Example
Text Example
White with #262C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C28; }
p { color: rgb(38,44,40); }
H1.HeaderClassName
{
color: #262C28;
}
.AnyTagClassName
{
color: #262C28;
}
</style>
background-color css
<style>
a { background-color: #262C28; }
a { background-color: rgb(38,44,40); }
div.DivClassName
{
background-color: #262C28;
}
.BgClassName
{
background-color: #262C28;
}
</style>
border-color css
<style>
span { border-color: #262C28; }
span { border-color: rgb(38,44,40); }
td.TdClassName
{
border-color: #262C28;
}
.TagClassName
{
border-color: #262C28;
}
</style>