Shades of Midnight Express #232942
Tints of Midnight Express #232942
RGB
CMYK
RGB Variations
Color information
#232942 (or 0x232942) is known color: Midnight Express. HEX triplet: 23, 29 and 42. RGB value is (35,41,66). Sum of RGB (Red+Green+Blue) = 35+41+66=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #232942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232942 is #DCD6BD. Grayscale: #292929. Windows color (decimal): -14472894 or 4335907. OLE color: 4335907.
HSL color Cylindrical-coordinate representation of color #232942: hue angle of 228.39º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #232942 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 41 | 66 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.74 |
| HSL | 228.39º | 0.31% | 0.2% | - |
| HSV(B) | 228.39º | 0.47% | 0.26% | - |
| XYZ | 2.47 | 2.34 | 5.48 | - |
| YUV | 42.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 66 | 0.47 | 0.38 | 0 | 0.74 | 228.39 | 0.31 | 0.2 |
| Hex | 23 | 29 | 42 | 2F | 26 | 0 | 4A | E4 | 1F | 14 |
| Octal | 43 | 51 | 102 | 57 | 46 | 0 | 112 | 344 | 37 | 24 |
| Binary | 100011 | 101001 | 1000010 | 101111 | 100110 | 0 | 1001010 | 11100100 | 11111 | 10100 |
Color Harmonies of #232942
Complementary color
Monochromatic Colors of #232942
Black with #232942
Text Example
Text Example
White with #232942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232942; }
p { color: rgb(35,41,66); }
H1.HeaderClassName
{
color: #232942;
}
.AnyTagClassName
{
color: #232942;
}
</style>
background-color css
<style>
a { background-color: #232942; }
a { background-color: rgb(35,41,66); }
div.DivClassName
{
background-color: #232942;
}
.BgClassName
{
background-color: #232942;
}
</style>
border-color css
<style>
span { border-color: #232942; }
span { border-color: rgb(35,41,66); }
td.TdClassName
{
border-color: #232942;
}
.TagClassName
{
border-color: #232942;
}
</style>