Shades of Black Russian #141533
Tints of Black Russian #141533
RGB
CMYK
RGB Variations
Color information
#141533 (or 0x141533) is known color: Black Russian. HEX triplet: 14, 15 and 33. RGB value is (20,21,51). Sum of RGB (Red+Green+Blue) = 20+21+51=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #141533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141533 is #EBEACC. Grayscale: #181818. Windows color (decimal): -15461069 or 3347732. OLE color: 3347732.
HSL color Cylindrical-coordinate representation of color #141533: hue angle of 238.06º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141533 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 21 | 51 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.8 |
| HSL | 238.06º | 0.44% | 0.14% | - |
| HSV(B) | 238.06º | 0.61% | 0.2% | - |
| XYZ | 1.15 | 0.92 | 3.25 | - |
| YUV | 24.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 51 | 0.61 | 0.59 | 0 | 0.8 | 238.06 | 0.44 | 0.14 |
| Hex | 14 | 15 | 33 | 3D | 3B | 0 | 50 | EE | 2C | E |
| Octal | 24 | 25 | 63 | 75 | 73 | 0 | 120 | 356 | 54 | 16 |
| Binary | 10100 | 10101 | 110011 | 111101 | 111011 | 0 | 1010000 | 11101110 | 101100 | 1110 |
Color Harmonies of #141533
Complementary color
Monochromatic Colors of #141533
Black with #141533
Text Example
Text Example
White with #141533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141533; }
p { color: rgb(20,21,51); }
H1.HeaderClassName
{
color: #141533;
}
.AnyTagClassName
{
color: #141533;
}
</style>
background-color css
<style>
a { background-color: #141533; }
a { background-color: rgb(20,21,51); }
div.DivClassName
{
background-color: #141533;
}
.BgClassName
{
background-color: #141533;
}
</style>
border-color css
<style>
span { border-color: #141533; }
span { border-color: rgb(20,21,51); }
td.TdClassName
{
border-color: #141533;
}
.TagClassName
{
border-color: #141533;
}
</style>