Shades of Black Russian #141334
Tints of Black Russian #141334
RGB
CMYK
RGB Variations
Color information
#141334 (or 0x141334) is known color: Black Russian. HEX triplet: 14, 13 and 34. RGB value is (20,19,52). Sum of RGB (Red+Green+Blue) = 20+19+52=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #141334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141334 is #EBECCB. Grayscale: #161616. Windows color (decimal): -15461580 or 3412756. OLE color: 3412756.
HSL color Cylindrical-coordinate representation of color #141334: hue angle of 241.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141334 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 19 | 52 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.80 |
| HSL | 241.82º | 0.46% | 0.14% | - |
| HSV(B) | 241.82º | 0.63% | 0.2% | - |
| XYZ | 1.14 | 0.86 | 3.36 | - |
| YUV | 23.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 52 | 0.62 | 0.63 | 0 | 0.80 | 241.82 | 0.46 | 0.14 |
| Hex | 14 | 13 | 34 | 3E | 3F | 0 | 50 | F2 | 2E | E |
| Octal | 24 | 23 | 64 | 76 | 77 | 0 | 120 | 362 | 56 | 16 |
| Binary | 10100 | 10011 | 110100 | 111110 | 111111 | 0 | 1010000 | 11110010 | 101110 | 1110 |
Color Harmonies of #141334
Complementary color
Monochromatic Colors of #141334
Black with #141334
Text Example
Text Example
White with #141334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141334; }
p { color: rgb(20,19,52); }
H1.HeaderClassName
{
color: #141334;
}
.AnyTagClassName
{
color: #141334;
}
</style>
background-color css
<style>
a { background-color: #141334; }
a { background-color: rgb(20,19,52); }
div.DivClassName
{
background-color: #141334;
}
.BgClassName
{
background-color: #141334;
}
</style>
border-color css
<style>
span { border-color: #141334; }
span { border-color: rgb(20,19,52); }
td.TdClassName
{
border-color: #141334;
}
.TagClassName
{
border-color: #141334;
}
</style>