Shades of Midnight Express #141835
Tints of Midnight Express #141835
RGB
CMYK
RGB Variations
Color information
#141835 (or 0x141835) is known color: Midnight Express. HEX triplet: 14, 18 and 35. RGB value is (20,24,53). Sum of RGB (Red+Green+Blue) = 20+24+53=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #141835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141835 is #EBE7CA. Grayscale: #191919. Windows color (decimal): -15460299 or 3479572. OLE color: 3479572.
HSL color Cylindrical-coordinate representation of color #141835: hue angle of 232.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141835 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 24 | 53 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.79 |
| HSL | 232.73º | 0.45% | 0.14% | - |
| HSV(B) | 232.73º | 0.62% | 0.21% | - |
| XYZ | 1.26 | 1.06 | 3.51 | - |
| YUV | 26.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 53 | 0.62 | 0.55 | 0 | 0.79 | 232.73 | 0.45 | 0.14 |
| Hex | 14 | 18 | 35 | 3E | 37 | 0 | 4F | E9 | 2D | E |
| Octal | 24 | 30 | 65 | 76 | 67 | 0 | 117 | 351 | 55 | 16 |
| Binary | 10100 | 11000 | 110101 | 111110 | 110111 | 0 | 1001111 | 11101001 | 101101 | 1110 |
Color Harmonies of #141835
Complementary color
Monochromatic Colors of #141835
Black with #141835
Text Example
Text Example
White with #141835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141835; }
p { color: rgb(20,24,53); }
H1.HeaderClassName
{
color: #141835;
}
.AnyTagClassName
{
color: #141835;
}
</style>
background-color css
<style>
a { background-color: #141835; }
a { background-color: rgb(20,24,53); }
div.DivClassName
{
background-color: #141835;
}
.BgClassName
{
background-color: #141835;
}
</style>
border-color css
<style>
span { border-color: #141835; }
span { border-color: rgb(20,24,53); }
td.TdClassName
{
border-color: #141835;
}
.TagClassName
{
border-color: #141835;
}
</style>