Shades of Midnight Express #232934
Tints of Midnight Express #232934
RGB
CMYK
RGB Variations
Color information
#232934 (or 0x232934) is known color: Midnight Express. HEX triplet: 23, 29 and 34. RGB value is (35,41,52). Sum of RGB (Red+Green+Blue) = 35+41+52=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #232934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232934 is #DCD6CB. Grayscale: #282828. Windows color (decimal): -14472908 or 3418403. OLE color: 3418403.
HSL color Cylindrical-coordinate representation of color #232934: hue angle of 218.82º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #232934 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 41 | 52 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.80 |
| HSL | 218.82º | 0.2% | 0.17% | - |
| HSV(B) | 218.82º | 0.33% | 0.2% | - |
| XYZ | 2.11 | 2.19 | 3.56 | - |
| YUV | 40.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 52 | 0.33 | 0.21 | 0 | 0.80 | 218.82 | 0.2 | 0.17 |
| Hex | 23 | 29 | 34 | 21 | 15 | 0 | 50 | DB | 14 | 11 |
| Octal | 43 | 51 | 64 | 41 | 25 | 0 | 120 | 333 | 24 | 21 |
| Binary | 100011 | 101001 | 110100 | 100001 | 10101 | 0 | 1010000 | 11011011 | 10100 | 10001 |
Color Harmonies of #232934
Complementary color
Monochromatic Colors of #232934
Black with #232934
Text Example
Text Example
White with #232934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232934; }
p { color: rgb(35,41,52); }
H1.HeaderClassName
{
color: #232934;
}
.AnyTagClassName
{
color: #232934;
}
</style>
background-color css
<style>
a { background-color: #232934; }
a { background-color: rgb(35,41,52); }
div.DivClassName
{
background-color: #232934;
}
.BgClassName
{
background-color: #232934;
}
</style>
border-color css
<style>
span { border-color: #232934; }
span { border-color: rgb(35,41,52); }
td.TdClassName
{
border-color: #232934;
}
.TagClassName
{
border-color: #232934;
}
</style>