Shades of Midnight #233242
Tints of Midnight #233242
RGB
CMYK
RGB Variations
Color information
#233242 (or 0x233242) is known color: Midnight. HEX triplet: 23, 32 and 42. RGB value is (35,50,66). Sum of RGB (Red+Green+Blue) = 35+50+66=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #233242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233242 is #DCCDBD. Grayscale: #2F2F2F. Windows color (decimal): -14470590 or 4338211. OLE color: 4338211.
HSL color Cylindrical-coordinate representation of color #233242: hue angle of 210.97º 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 #233242 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 50 | 66 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.74 |
| HSL | 210.97º | 0.31% | 0.2% | - |
| HSV(B) | 210.97º | 0.47% | 0.26% | - |
| XYZ | 2.82 | 3.03 | 5.59 | - |
| YUV | 47.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 66 | 0.47 | 0.24 | 0 | 0.74 | 210.97 | 0.31 | 0.2 |
| Hex | 23 | 32 | 42 | 2F | 18 | 0 | 4A | D3 | 1F | 14 |
| Octal | 43 | 62 | 102 | 57 | 30 | 0 | 112 | 323 | 37 | 24 |
| Binary | 100011 | 110010 | 1000010 | 101111 | 11000 | 0 | 1001010 | 11010011 | 11111 | 10100 |
Color Harmonies of #233242
Complementary color
Monochromatic Colors of #233242
Black with #233242
Text Example
Text Example
White with #233242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233242; }
p { color: rgb(35,50,66); }
H1.HeaderClassName
{
color: #233242;
}
.AnyTagClassName
{
color: #233242;
}
</style>
background-color css
<style>
a { background-color: #233242; }
a { background-color: rgb(35,50,66); }
div.DivClassName
{
background-color: #233242;
}
.BgClassName
{
background-color: #233242;
}
</style>
border-color css
<style>
span { border-color: #233242; }
span { border-color: rgb(35,50,66); }
td.TdClassName
{
border-color: #233242;
}
.TagClassName
{
border-color: #233242;
}
</style>