Shades of Midnight #232F3D
Tints of Midnight #232F3D
RGB
CMYK
RGB Variations
Color information
#232F3D (or 0x232F3D) is known color: Midnight. HEX triplet: 23, 2F and 3D. RGB value is (35,47,61). Sum of RGB (Red+Green+Blue) = 35+47+61=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #232F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F3D is #DCD0C2. Grayscale: #2C2C2C. Windows color (decimal): -14471363 or 4009763. OLE color: 4009763.
HSL color Cylindrical-coordinate representation of color #232F3D: hue angle of 212.31º 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 #232F3D is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 47 | 61 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.76 |
| HSL | 212.31º | 0.27% | 0.19% | - |
| HSV(B) | 212.31º | 0.43% | 0.24% | - |
| XYZ | 2.55 | 2.73 | 4.81 | - |
| YUV | 45.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 61 | 0.43 | 0.23 | 0 | 0.76 | 212.31 | 0.27 | 0.19 |
| Hex | 23 | 2F | 3D | 2B | 17 | 0 | 4C | D4 | 1B | 13 |
| Octal | 43 | 57 | 75 | 53 | 27 | 0 | 114 | 324 | 33 | 23 |
| Binary | 100011 | 101111 | 111101 | 101011 | 10111 | 0 | 1001100 | 11010100 | 11011 | 10011 |
Color Harmonies of #232F3D
Complementary color
Monochromatic Colors of #232F3D
Black with #232F3D
Text Example
Text Example
White with #232F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F3D; }
p { color: rgb(35,47,61); }
H1.HeaderClassName
{
color: #232F3D;
}
.AnyTagClassName
{
color: #232F3D;
}
</style>
background-color css
<style>
a { background-color: #232F3D; }
a { background-color: rgb(35,47,61); }
div.DivClassName
{
background-color: #232F3D;
}
.BgClassName
{
background-color: #232F3D;
}
</style>
border-color css
<style>
span { border-color: #232F3D; }
span { border-color: rgb(35,47,61); }
td.TdClassName
{
border-color: #232F3D;
}
.TagClassName
{
border-color: #232F3D;
}
</style>