Shades of Midnight Express #232842
Tints of Midnight Express #232842
RGB
CMYK
RGB Variations
Color information
#232842 (or 0x232842) is known color: Midnight Express. HEX triplet: 23, 28 and 42. RGB value is (35,40,66). Sum of RGB (Red+Green+Blue) = 35+40+66=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #232842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232842 is #DCD7BD. Grayscale: #292929. Windows color (decimal): -14473150 or 4335651. OLE color: 4335651.
HSL color Cylindrical-coordinate representation of color #232842: hue angle of 230.32º 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 #232842 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 40 | 66 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.74 |
| HSL | 230.32º | 0.31% | 0.2% | - |
| HSV(B) | 230.32º | 0.47% | 0.26% | - |
| XYZ | 2.44 | 2.27 | 5.46 | - |
| YUV | 41.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 66 | 0.47 | 0.39 | 0 | 0.74 | 230.32 | 0.31 | 0.2 |
| Hex | 23 | 28 | 42 | 2F | 27 | 0 | 4A | E6 | 1F | 14 |
| Octal | 43 | 50 | 102 | 57 | 47 | 0 | 112 | 346 | 37 | 24 |
| Binary | 100011 | 101000 | 1000010 | 101111 | 100111 | 0 | 1001010 | 11100110 | 11111 | 10100 |
Color Harmonies of #232842
Complementary color
Monochromatic Colors of #232842
Black with #232842
Text Example
Text Example
White with #232842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232842; }
p { color: rgb(35,40,66); }
H1.HeaderClassName
{
color: #232842;
}
.AnyTagClassName
{
color: #232842;
}
</style>
background-color css
<style>
a { background-color: #232842; }
a { background-color: rgb(35,40,66); }
div.DivClassName
{
background-color: #232842;
}
.BgClassName
{
background-color: #232842;
}
</style>
border-color css
<style>
span { border-color: #232842; }
span { border-color: rgb(35,40,66); }
td.TdClassName
{
border-color: #232842;
}
.TagClassName
{
border-color: #232842;
}
</style>