Shades of Midnight #263340
Tints of Midnight #263340
RGB
CMYK
RGB Variations
Color information
#263340 (or 0x263340) is known color: Midnight. HEX triplet: 26, 33 and 40. RGB value is (38,51,64). Sum of RGB (Red+Green+Blue) = 38+51+64=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #263340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263340 is #D9CCBF. Grayscale: #303030. Windows color (decimal): -14273728 or 4207398. OLE color: 4207398.
HSL color Cylindrical-coordinate representation of color #263340: hue angle of 210º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263340 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 51 | 64 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.75 |
| HSL | 210º | 0.25% | 0.2% | - |
| HSV(B) | 210º | 0.41% | 0.25% | - |
| XYZ | 2.91 | 3.15 | 5.31 | - |
| YUV | 48.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 64 | 0.41 | 0.20 | 0 | 0.75 | 210 | 0.25 | 0.2 |
| Hex | 26 | 33 | 40 | 29 | 14 | 0 | 4B | D2 | 19 | 14 |
| Octal | 46 | 63 | 100 | 51 | 24 | 0 | 113 | 322 | 31 | 24 |
| Binary | 100110 | 110011 | 1000000 | 101001 | 10100 | 0 | 1001011 | 11010010 | 11001 | 10100 |
Color Harmonies of #263340
Complementary color
Monochromatic Colors of #263340
Black with #263340
Text Example
Text Example
White with #263340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263340; }
p { color: rgb(38,51,64); }
H1.HeaderClassName
{
color: #263340;
}
.AnyTagClassName
{
color: #263340;
}
</style>
background-color css
<style>
a { background-color: #263340; }
a { background-color: rgb(38,51,64); }
div.DivClassName
{
background-color: #263340;
}
.BgClassName
{
background-color: #263340;
}
</style>
border-color css
<style>
span { border-color: #263340; }
span { border-color: rgb(38,51,64); }
td.TdClassName
{
border-color: #263340;
}
.TagClassName
{
border-color: #263340;
}
</style>