Shades of Midnight Express #232835
Tints of Midnight Express #232835
RGB
CMYK
RGB Variations
Color information
#232835 (or 0x232835) is known color: Midnight Express. HEX triplet: 23, 28 and 35. RGB value is (35,40,53). Sum of RGB (Red+Green+Blue) = 35+40+53=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: blue. Hex color #232835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232835 is #DCD7CA. Grayscale: #272727. Windows color (decimal): -14473163 or 3483683. OLE color: 3483683.
HSL color Cylindrical-coordinate representation of color #232835: hue angle of 223.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232835 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 40 | 53 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.79 |
| HSL | 223.33º | 0.2% | 0.17% | - |
| HSV(B) | 223.33º | 0.34% | 0.21% | - |
| XYZ | 2.09 | 2.13 | 3.67 | - |
| YUV | 39.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 53 | 0.34 | 0.25 | 0 | 0.79 | 223.33 | 0.2 | 0.17 |
| Hex | 23 | 28 | 35 | 22 | 19 | 0 | 4F | DF | 14 | 11 |
| Octal | 43 | 50 | 65 | 42 | 31 | 0 | 117 | 337 | 24 | 21 |
| Binary | 100011 | 101000 | 110101 | 100010 | 11001 | 0 | 1001111 | 11011111 | 10100 | 10001 |
Color Harmonies of #232835
Complementary color
Monochromatic Colors of #232835
Black with #232835
Text Example
Text Example
White with #232835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232835; }
p { color: rgb(35,40,53); }
H1.HeaderClassName
{
color: #232835;
}
.AnyTagClassName
{
color: #232835;
}
</style>
background-color css
<style>
a { background-color: #232835; }
a { background-color: rgb(35,40,53); }
div.DivClassName
{
background-color: #232835;
}
.BgClassName
{
background-color: #232835;
}
</style>
border-color css
<style>
span { border-color: #232835; }
span { border-color: rgb(35,40,53); }
td.TdClassName
{
border-color: #232835;
}
.TagClassName
{
border-color: #232835;
}
</style>