Shades of Midnight #26323B
Tints of Midnight #26323B
RGB
CMYK
RGB Variations
Color information
#26323B (or 0x26323B) is known color: Midnight. HEX triplet: 26, 32 and 3B. RGB value is (38,50,59). Sum of RGB (Red+Green+Blue) = 38+50+59=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #26323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26323B is #D9CDC4. Grayscale: #2F2F2F. Windows color (decimal): -14273989 or 3879462. OLE color: 3879462.
HSL color Cylindrical-coordinate representation of color #26323B: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26323B is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 50 | 59 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.77 |
| HSL | 205.71º | 0.22% | 0.19% | - |
| HSV(B) | 205.71º | 0.36% | 0.23% | - |
| XYZ | 2.73 | 3.01 | 4.57 | - |
| YUV | 47.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 59 | 0.36 | 0.15 | 0 | 0.77 | 205.71 | 0.22 | 0.19 |
| Hex | 26 | 32 | 3B | 24 | F | 0 | 4D | CE | 16 | 13 |
| Octal | 46 | 62 | 73 | 44 | 17 | 0 | 115 | 316 | 26 | 23 |
| Binary | 100110 | 110010 | 111011 | 100100 | 1111 | 0 | 1001101 | 11001110 | 10110 | 10011 |
Color Harmonies of #26323B
Complementary color
Monochromatic Colors of #26323B
Black with #26323B
Text Example
Text Example
White with #26323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26323B; }
p { color: rgb(38,50,59); }
H1.HeaderClassName
{
color: #26323B;
}
.AnyTagClassName
{
color: #26323B;
}
</style>
background-color css
<style>
a { background-color: #26323B; }
a { background-color: rgb(38,50,59); }
div.DivClassName
{
background-color: #26323B;
}
.BgClassName
{
background-color: #26323B;
}
</style>
border-color css
<style>
span { border-color: #26323B; }
span { border-color: rgb(38,50,59); }
td.TdClassName
{
border-color: #26323B;
}
.TagClassName
{
border-color: #26323B;
}
</style>