Shades of Black Russian #141B28
Tints of Black Russian #141B28
RGB
CMYK
RGB Variations
Color information
#141B28 (or 0x141B28) is known color: Black Russian. HEX triplet: 14, 1B and 28. RGB value is (20,27,40). Sum of RGB (Red+Green+Blue) = 20+27+40=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #141B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B28 is #EBE4D7. Grayscale: #1A1A1A. Windows color (decimal): -15459544 or 2628372. OLE color: 2628372.
HSL color Cylindrical-coordinate representation of color #141B28: hue angle of 219º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141B28 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 27 | 40 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.84 |
| HSL | 219º | 0.33% | 0.12% | - |
| HSV(B) | 219º | 0.5% | 0.16% | - |
| XYZ | 1.06 | 1.09 | 2.16 | - |
| YUV | 26.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 40 | 0.5 | 0.33 | 0 | 0.84 | 219 | 0.33 | 0.12 |
| Hex | 14 | 1B | 28 | 32 | 21 | 0 | 54 | DB | 21 | C |
| Octal | 24 | 33 | 50 | 62 | 41 | 0 | 124 | 333 | 41 | 14 |
| Binary | 10100 | 11011 | 101000 | 110010 | 100001 | 0 | 1010100 | 11011011 | 100001 | 1100 |
Color Harmonies of #141B28
Complementary color
Monochromatic Colors of #141B28
Black with #141B28
Text Example
Text Example
White with #141B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B28; }
p { color: rgb(20,27,40); }
H1.HeaderClassName
{
color: #141B28;
}
.AnyTagClassName
{
color: #141B28;
}
</style>
background-color css
<style>
a { background-color: #141B28; }
a { background-color: rgb(20,27,40); }
div.DivClassName
{
background-color: #141B28;
}
.BgClassName
{
background-color: #141B28;
}
</style>
border-color css
<style>
span { border-color: #141B28; }
span { border-color: rgb(20,27,40); }
td.TdClassName
{
border-color: #141B28;
}
.TagClassName
{
border-color: #141B28;
}
</style>