Shades of Midnight #262F3B
Tints of Midnight #262F3B
RGB
CMYK
RGB Variations
Color information
#262F3B (or 0x262F3B) is known color: Midnight. HEX triplet: 26, 2F and 3B. RGB value is (38,47,59). Sum of RGB (Red+Green+Blue) = 38+47+59=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #262F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F3B is #D9D0C4. Grayscale: #2D2D2D. Windows color (decimal): -14274757 or 3878694. OLE color: 3878694.
HSL color Cylindrical-coordinate representation of color #262F3B: hue angle of 214.29º 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 #262F3B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 47 | 59 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.77 |
| HSL | 214.29º | 0.22% | 0.19% | - |
| HSV(B) | 214.29º | 0.36% | 0.23% | - |
| XYZ | 2.61 | 2.76 | 4.53 | - |
| YUV | 45.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 59 | 0.36 | 0.20 | 0 | 0.77 | 214.29 | 0.22 | 0.19 |
| Hex | 26 | 2F | 3B | 24 | 14 | 0 | 4D | D6 | 16 | 13 |
| Octal | 46 | 57 | 73 | 44 | 24 | 0 | 115 | 326 | 26 | 23 |
| Binary | 100110 | 101111 | 111011 | 100100 | 10100 | 0 | 1001101 | 11010110 | 10110 | 10011 |
Color Harmonies of #262F3B
Complementary color
Monochromatic Colors of #262F3B
Black with #262F3B
Text Example
Text Example
White with #262F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F3B; }
p { color: rgb(38,47,59); }
H1.HeaderClassName
{
color: #262F3B;
}
.AnyTagClassName
{
color: #262F3B;
}
</style>
background-color css
<style>
a { background-color: #262F3B; }
a { background-color: rgb(38,47,59); }
div.DivClassName
{
background-color: #262F3B;
}
.BgClassName
{
background-color: #262F3B;
}
</style>
border-color css
<style>
span { border-color: #262F3B; }
span { border-color: rgb(38,47,59); }
td.TdClassName
{
border-color: #262F3B;
}
.TagClassName
{
border-color: #262F3B;
}
</style>