Shades of Midnight #23303F
Tints of Midnight #23303F
RGB
CMYK
RGB Variations
Color information
#23303F (or 0x23303F) is known color: Midnight. HEX triplet: 23, 30 and 3F. RGB value is (35,48,63). Sum of RGB (Red+Green+Blue) = 35+48+63=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #23303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23303F is #DCCFC0. Grayscale: #2D2D2D. Windows color (decimal): -14471105 or 4141091. OLE color: 4141091.
HSL color Cylindrical-coordinate representation of color #23303F: hue angle of 212.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23303F is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 48 | 63 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.75 |
| HSL | 212.14º | 0.29% | 0.19% | - |
| HSV(B) | 212.14º | 0.44% | 0.25% | - |
| XYZ | 2.65 | 2.83 | 5.11 | - |
| YUV | 45.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 63 | 0.44 | 0.24 | 0 | 0.75 | 212.14 | 0.29 | 0.19 |
| Hex | 23 | 30 | 3F | 2C | 18 | 0 | 4B | D4 | 1D | 13 |
| Octal | 43 | 60 | 77 | 54 | 30 | 0 | 113 | 324 | 35 | 23 |
| Binary | 100011 | 110000 | 111111 | 101100 | 11000 | 0 | 1001011 | 11010100 | 11101 | 10011 |
Color Harmonies of #23303F
Complementary color
Monochromatic Colors of #23303F
Black with #23303F
Text Example
Text Example
White with #23303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23303F; }
p { color: rgb(35,48,63); }
H1.HeaderClassName
{
color: #23303F;
}
.AnyTagClassName
{
color: #23303F;
}
</style>
background-color css
<style>
a { background-color: #23303F; }
a { background-color: rgb(35,48,63); }
div.DivClassName
{
background-color: #23303F;
}
.BgClassName
{
background-color: #23303F;
}
</style>
border-color css
<style>
span { border-color: #23303F; }
span { border-color: rgb(35,48,63); }
td.TdClassName
{
border-color: #23303F;
}
.TagClassName
{
border-color: #23303F;
}
</style>