Shades of Midnight #232D3D
Tints of Midnight #232D3D
RGB
CMYK
RGB Variations
Color information
#232D3D (or 0x232D3D) is known color: Midnight. HEX triplet: 23, 2D and 3D. RGB value is (35,45,61). Sum of RGB (Red+Green+Blue) = 35+45+61=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #232D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D3D is #DCD2C2. Grayscale: #2B2B2B. Windows color (decimal): -14471875 or 4009251. OLE color: 4009251.
HSL color Cylindrical-coordinate representation of color #232D3D: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232D3D is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 45 | 61 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.76 |
| HSL | 216.92º | 0.27% | 0.19% | - |
| HSV(B) | 216.92º | 0.43% | 0.24% | - |
| XYZ | 2.47 | 2.57 | 4.78 | - |
| YUV | 43.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 61 | 0.43 | 0.26 | 0 | 0.76 | 216.92 | 0.27 | 0.19 |
| Hex | 23 | 2D | 3D | 2B | 1A | 0 | 4C | D9 | 1B | 13 |
| Octal | 43 | 55 | 75 | 53 | 32 | 0 | 114 | 331 | 33 | 23 |
| Binary | 100011 | 101101 | 111101 | 101011 | 11010 | 0 | 1001100 | 11011001 | 11011 | 10011 |
Color Harmonies of #232D3D
Complementary color
Monochromatic Colors of #232D3D
Black with #232D3D
Text Example
Text Example
White with #232D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D3D; }
p { color: rgb(35,45,61); }
H1.HeaderClassName
{
color: #232D3D;
}
.AnyTagClassName
{
color: #232D3D;
}
</style>
background-color css
<style>
a { background-color: #232D3D; }
a { background-color: rgb(35,45,61); }
div.DivClassName
{
background-color: #232D3D;
}
.BgClassName
{
background-color: #232D3D;
}
</style>
border-color css
<style>
span { border-color: #232D3D; }
span { border-color: rgb(35,45,61); }
td.TdClassName
{
border-color: #232D3D;
}
.TagClassName
{
border-color: #232D3D;
}
</style>