Shades of Midnight #233240
Tints of Midnight #233240
RGB
CMYK
RGB Variations
Color information
#233240 (or 0x233240) is known color: Midnight. HEX triplet: 23, 32 and 40. RGB value is (35,50,64). Sum of RGB (Red+Green+Blue) = 35+50+64=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #233240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233240 is #DCCDBF. Grayscale: #2F2F2F. Windows color (decimal): -14470592 or 4207139. OLE color: 4207139.
HSL color Cylindrical-coordinate representation of color #233240: hue angle of 208.97º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233240 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 50 | 64 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.75 |
| HSL | 208.97º | 0.29% | 0.19% | - |
| HSV(B) | 208.97º | 0.45% | 0.25% | - |
| XYZ | 2.76 | 3.01 | 5.29 | - |
| YUV | 47.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 64 | 0.45 | 0.22 | 0 | 0.75 | 208.97 | 0.29 | 0.19 |
| Hex | 23 | 32 | 40 | 2D | 16 | 0 | 4B | D1 | 1D | 13 |
| Octal | 43 | 62 | 100 | 55 | 26 | 0 | 113 | 321 | 35 | 23 |
| Binary | 100011 | 110010 | 1000000 | 101101 | 10110 | 0 | 1001011 | 11010001 | 11101 | 10011 |
Color Harmonies of #233240
Complementary color
Monochromatic Colors of #233240
Black with #233240
Text Example
Text Example
White with #233240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233240; }
p { color: rgb(35,50,64); }
H1.HeaderClassName
{
color: #233240;
}
.AnyTagClassName
{
color: #233240;
}
</style>
background-color css
<style>
a { background-color: #233240; }
a { background-color: rgb(35,50,64); }
div.DivClassName
{
background-color: #233240;
}
.BgClassName
{
background-color: #233240;
}
</style>
border-color css
<style>
span { border-color: #233240; }
span { border-color: rgb(35,50,64); }
td.TdClassName
{
border-color: #233240;
}
.TagClassName
{
border-color: #233240;
}
</style>