Shades of Midnight #26303A
Tints of Midnight #26303A
RGB
CMYK
RGB Variations
Color information
#26303A (or 0x26303A) is known color: Midnight. HEX triplet: 26, 30 and 3A. RGB value is (38,48,58). Sum of RGB (Red+Green+Blue) = 38+48+58=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #26303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26303A is #D9CFC5. Grayscale: #2E2E2E. Windows color (decimal): -14274502 or 3813414. OLE color: 3813414.
HSL color Cylindrical-coordinate representation of color #26303A: hue angle of 210º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26303A is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 48 | 58 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.77 |
| HSL | 210º | 0.21% | 0.19% | - |
| HSV(B) | 210º | 0.34% | 0.23% | - |
| XYZ | 2.62 | 2.83 | 4.41 | - |
| YUV | 46.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 58 | 0.34 | 0.17 | 0 | 0.77 | 210 | 0.21 | 0.19 |
| Hex | 26 | 30 | 3A | 22 | 11 | 0 | 4D | D2 | 15 | 13 |
| Octal | 46 | 60 | 72 | 42 | 21 | 0 | 115 | 322 | 25 | 23 |
| Binary | 100110 | 110000 | 111010 | 100010 | 10001 | 0 | 1001101 | 11010010 | 10101 | 10011 |
Color Harmonies of #26303A
Complementary color
Monochromatic Colors of #26303A
Black with #26303A
Text Example
Text Example
White with #26303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26303A; }
p { color: rgb(38,48,58); }
H1.HeaderClassName
{
color: #26303A;
}
.AnyTagClassName
{
color: #26303A;
}
</style>
background-color css
<style>
a { background-color: #26303A; }
a { background-color: rgb(38,48,58); }
div.DivClassName
{
background-color: #26303A;
}
.BgClassName
{
background-color: #26303A;
}
</style>
border-color css
<style>
span { border-color: #26303A; }
span { border-color: rgb(38,48,58); }
td.TdClassName
{
border-color: #26303A;
}
.TagClassName
{
border-color: #26303A;
}
</style>