Shades of Midnight #26303C
Tints of Midnight #26303C
RGB
CMYK
RGB Variations
Color information
#26303C (or 0x26303C) is known color: Midnight. HEX triplet: 26, 30 and 3C. RGB value is (38,48,60). Sum of RGB (Red+Green+Blue) = 38+48+60=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #26303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26303C is #D9CFC3. Grayscale: #2E2E2E. Windows color (decimal): -14274500 or 3944486. OLE color: 3944486.
HSL color Cylindrical-coordinate representation of color #26303C: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26303C is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 48 | 60 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.76 |
| HSL | 212.73º | 0.22% | 0.19% | - |
| HSV(B) | 212.73º | 0.37% | 0.24% | - |
| XYZ | 2.67 | 2.85 | 4.68 | - |
| YUV | 46.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 60 | 0.37 | 0.20 | 0 | 0.76 | 212.73 | 0.22 | 0.19 |
| Hex | 26 | 30 | 3C | 25 | 14 | 0 | 4C | D5 | 16 | 13 |
| Octal | 46 | 60 | 74 | 45 | 24 | 0 | 114 | 325 | 26 | 23 |
| Binary | 100110 | 110000 | 111100 | 100101 | 10100 | 0 | 1001100 | 11010101 | 10110 | 10011 |
Color Harmonies of #26303C
Complementary color
Monochromatic Colors of #26303C
Black with #26303C
Text Example
Text Example
White with #26303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26303C; }
p { color: rgb(38,48,60); }
H1.HeaderClassName
{
color: #26303C;
}
.AnyTagClassName
{
color: #26303C;
}
</style>
background-color css
<style>
a { background-color: #26303C; }
a { background-color: rgb(38,48,60); }
div.DivClassName
{
background-color: #26303C;
}
.BgClassName
{
background-color: #26303C;
}
</style>
border-color css
<style>
span { border-color: #26303C; }
span { border-color: rgb(38,48,60); }
td.TdClassName
{
border-color: #26303C;
}
.TagClassName
{
border-color: #26303C;
}
</style>