Shades of Midnight #262F3E
Tints of Midnight #262F3E
RGB
CMYK
RGB Variations
Color information
#262F3E (or 0x262F3E) is known color: Midnight. HEX triplet: 26, 2F and 3E. RGB value is (38,47,62). Sum of RGB (Red+Green+Blue) = 38+47+62=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #262F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F3E is #D9D0C1. Grayscale: #2D2D2D. Windows color (decimal): -14274754 or 4075302. OLE color: 4075302.
HSL color Cylindrical-coordinate representation of color #262F3E: hue angle of 217.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #262F3E is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 38 | 47 | 62 | - |
CMYK | 0.39 | 0.24 | 0 | 0.76 |
HSL | 217.5º | 0.24% | 0.2% | - |
HSV(B) | 217.5º | 0.39% | 0.24% | - |
XYZ | 2.69 | 2.79 | 4.95 | - |
YUV | 46.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 47 | 62 | 0.39 | 0.24 | 0 | 0.76 | 217.5 | 0.24 | 0.2 |
Hex | 26 | 2F | 3E | 27 | 18 | 0 | 4C | DA | 18 | 14 |
Octal | 46 | 57 | 76 | 47 | 30 | 0 | 114 | 332 | 30 | 24 |
Binary | 100110 | 101111 | 111110 | 100111 | 11000 | 0 | 1001100 | 11011010 | 11000 | 10100 |
Color Harmonies of #262F3E
Complementary color
Monochromatic Colors of #262F3E
Black with #262F3E
Text Example
Text Example
White with #262F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F3E; }
p { color: rgb(38,47,62); }
H1.HeaderClassName
{
color: #262F3E;
}
.AnyTagClassName
{
color: #262F3E;
}
</style>
background-color css
<style>
a { background-color: #262F3E; }
a { background-color: rgb(38,47,62); }
div.DivClassName
{
background-color: #262F3E;
}
.BgClassName
{
background-color: #262F3E;
}
</style>
border-color css
<style>
span { border-color: #262F3E; }
span { border-color: rgb(38,47,62); }
td.TdClassName
{
border-color: #262F3E;
}
.TagClassName
{
border-color: #262F3E;
}
</style>