Shades of Midnight Express #1B223D
Tints of Midnight Express #1B223D
RGB
CMYK
RGB Variations
Color information
#1B223D (or 0x1B223D) is known color: Midnight Express. HEX triplet: 1B, 22 and 3D. RGB value is (27,34,61). Sum of RGB (Red+Green+Blue) = 27+34+61=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B223D is #E4DDC2. Grayscale: #222222. Windows color (decimal): -14998979 or 4006427. OLE color: 4006427.
HSL color Cylindrical-coordinate representation of color #1B223D: hue angle of 227.65º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B223D is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 34 | 61 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.76 |
| HSL | 227.65º | 0.39% | 0.17% | - |
| HSV(B) | 227.65º | 0.56% | 0.24% | - |
| XYZ | 1.87 | 1.71 | 4.65 | - |
| YUV | 34.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 61 | 0.56 | 0.44 | 0 | 0.76 | 227.65 | 0.39 | 0.17 |
| Hex | 1B | 22 | 3D | 38 | 2C | 0 | 4C | E4 | 27 | 11 |
| Octal | 33 | 42 | 75 | 70 | 54 | 0 | 114 | 344 | 47 | 21 |
| Binary | 11011 | 100010 | 111101 | 111000 | 101100 | 0 | 1001100 | 11100100 | 100111 | 10001 |
Color Harmonies of #1B223D
Complementary color
Monochromatic Colors of #1B223D
Black with #1B223D
Text Example
Text Example
White with #1B223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B223D; }
p { color: rgb(27,34,61); }
H1.HeaderClassName
{
color: #1B223D;
}
.AnyTagClassName
{
color: #1B223D;
}
</style>
background-color css
<style>
a { background-color: #1B223D; }
a { background-color: rgb(27,34,61); }
div.DivClassName
{
background-color: #1B223D;
}
.BgClassName
{
background-color: #1B223D;
}
</style>
border-color css
<style>
span { border-color: #1B223D; }
span { border-color: rgb(27,34,61); }
td.TdClassName
{
border-color: #1B223D;
}
.TagClassName
{
border-color: #1B223D;
}
</style>