Shades of Midnight #263141
Tints of Midnight #263141
RGB
CMYK
RGB Variations
Color information
#263141 (or 0x263141) is known color: Midnight. HEX triplet: 26, 31 and 41. RGB value is (38,49,65). Sum of RGB (Red+Green+Blue) = 38+49+65=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #263141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263141 is #D9CEBE. Grayscale: #2F2F2F. Windows color (decimal): -14274239 or 4272422. OLE color: 4272422.
HSL color Cylindrical-coordinate representation of color #263141: hue angle of 215.56º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263141 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 49 | 65 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.75 |
| HSL | 215.56º | 0.26% | 0.2% | - |
| HSV(B) | 215.56º | 0.42% | 0.25% | - |
| XYZ | 2.85 | 2.99 | 5.43 | - |
| YUV | 47.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 65 | 0.42 | 0.25 | 0 | 0.75 | 215.56 | 0.26 | 0.2 |
| Hex | 26 | 31 | 41 | 2A | 19 | 0 | 4B | D8 | 1A | 14 |
| Octal | 46 | 61 | 101 | 52 | 31 | 0 | 113 | 330 | 32 | 24 |
| Binary | 100110 | 110001 | 1000001 | 101010 | 11001 | 0 | 1001011 | 11011000 | 11010 | 10100 |
Color Harmonies of #263141
Complementary color
Monochromatic Colors of #263141
Black with #263141
Text Example
Text Example
White with #263141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263141; }
p { color: rgb(38,49,65); }
H1.HeaderClassName
{
color: #263141;
}
.AnyTagClassName
{
color: #263141;
}
</style>
background-color css
<style>
a { background-color: #263141; }
a { background-color: rgb(38,49,65); }
div.DivClassName
{
background-color: #263141;
}
.BgClassName
{
background-color: #263141;
}
</style>
border-color css
<style>
span { border-color: #263141; }
span { border-color: rgb(38,49,65); }
td.TdClassName
{
border-color: #263141;
}
.TagClassName
{
border-color: #263141;
}
</style>