Shades of Midnight #23333F
Tints of Midnight #23333F
RGB
CMYK
RGB Variations
Color information
#23333F (or 0x23333F) is known color: Midnight. HEX triplet: 23, 33 and 3F. RGB value is (35,51,63). Sum of RGB (Red+Green+Blue) = 35+51+63=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #23333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23333F is #DCCCC0. Grayscale: #2F2F2F. Windows color (decimal): -14470337 or 4141859. OLE color: 4141859.
HSL color Cylindrical-coordinate representation of color #23333F: hue angle of 205.71º 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 #23333F is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 51 | 63 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.75 |
| HSL | 205.71º | 0.29% | 0.19% | - |
| HSV(B) | 205.71º | 0.44% | 0.25% | - |
| XYZ | 2.77 | 3.08 | 5.15 | - |
| YUV | 47.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 63 | 0.44 | 0.19 | 0 | 0.75 | 205.71 | 0.29 | 0.19 |
| Hex | 23 | 33 | 3F | 2C | 13 | 0 | 4B | CE | 1D | 13 |
| Octal | 43 | 63 | 77 | 54 | 23 | 0 | 113 | 316 | 35 | 23 |
| Binary | 100011 | 110011 | 111111 | 101100 | 10011 | 0 | 1001011 | 11001110 | 11101 | 10011 |
Color Harmonies of #23333F
Complementary color
Monochromatic Colors of #23333F
Black with #23333F
Text Example
Text Example
White with #23333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23333F; }
p { color: rgb(35,51,63); }
H1.HeaderClassName
{
color: #23333F;
}
.AnyTagClassName
{
color: #23333F;
}
</style>
background-color css
<style>
a { background-color: #23333F; }
a { background-color: rgb(35,51,63); }
div.DivClassName
{
background-color: #23333F;
}
.BgClassName
{
background-color: #23333F;
}
</style>
border-color css
<style>
span { border-color: #23333F; }
span { border-color: rgb(35,51,63); }
td.TdClassName
{
border-color: #23333F;
}
.TagClassName
{
border-color: #23333F;
}
</style>