Shades of Midnight Moss #232E27
Tints of Midnight Moss #232E27
RGB
CMYK
RGB Variations
Color information
#232E27 (or 0x232E27) is known color: Midnight Moss. HEX triplet: 23, 2E and 27. RGB value is (35,46,39). Sum of RGB (Red+Green+Blue) = 35+46+39=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #232E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E27 is #DCD1D8. Grayscale: #292929. Windows color (decimal): -14471641 or 2567715. OLE color: 2567715.
HSL color Cylindrical-coordinate representation of color #232E27: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E27 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 39 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.82 |
| HSL | 141.82º | 0.14% | 0.16% | - |
| HSV(B) | 141.82º | 0.24% | 0.18% | - |
| XYZ | 2.04 | 2.46 | 2.29 | - |
| YUV | 41.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 39 | 0.24 | 0 | 0.15 | 0.82 | 141.82 | 0.14 | 0.16 |
| Hex | 23 | 2E | 27 | 18 | 0 | F | 52 | 8E | E | 10 |
| Octal | 43 | 56 | 47 | 30 | 0 | 17 | 122 | 216 | 16 | 20 |
| Binary | 100011 | 101110 | 100111 | 11000 | 0 | 1111 | 1010010 | 10001110 | 1110 | 10000 |
Color Harmonies of #232E27
Complementary color
Monochromatic Colors of #232E27
Black with #232E27
Text Example
Text Example
White with #232E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E27; }
p { color: rgb(35,46,39); }
H1.HeaderClassName
{
color: #232E27;
}
.AnyTagClassName
{
color: #232E27;
}
</style>
background-color css
<style>
a { background-color: #232E27; }
a { background-color: rgb(35,46,39); }
div.DivClassName
{
background-color: #232E27;
}
.BgClassName
{
background-color: #232E27;
}
</style>
border-color css
<style>
span { border-color: #232E27; }
span { border-color: rgb(35,46,39); }
td.TdClassName
{
border-color: #232E27;
}
.TagClassName
{
border-color: #232E27;
}
</style>