Shades of Blackcurrant #140B1B
Tints of Blackcurrant #140B1B
RGB
CMYK
RGB Variations
Color information
#140B1B (or 0x140B1B) is known color: Blackcurrant. HEX triplet: 14, 0B and 1B. RGB value is (20,11,27). Sum of RGB (Red+Green+Blue) = 20+11+27=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #140B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B1B is #EBF4E4. Grayscale: #0F0F0F. Windows color (decimal): -15463653 or 1772308. OLE color: 1772308.
HSL color Cylindrical-coordinate representation of color #140B1B: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #140B1B is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 11 | 27 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.89 |
| HSL | 273.75º | 0.42% | 0.07% | - |
| HSV(B) | 273.75º | 0.59% | 0.11% | - |
| XYZ | 0.61 | 0.47 | 1.1 | - |
| YUV | 15.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 27 | 0.26 | 0.59 | 0 | 0.89 | 273.75 | 0.42 | 0.07 |
| Hex | 14 | B | 1B | 1A | 3B | 0 | 59 | 112 | 2A | 7 |
| Octal | 24 | 13 | 33 | 32 | 73 | 0 | 131 | 422 | 52 | 7 |
| Binary | 10100 | 1011 | 11011 | 11010 | 111011 | 0 | 1011001 | 100010010 | 101010 | 111 |
Color Harmonies of #140B1B
Complementary color
Monochromatic Colors of #140B1B
Black with #140B1B
Text Example
Text Example
White with #140B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B1B; }
p { color: rgb(20,11,27); }
H1.HeaderClassName
{
color: #140B1B;
}
.AnyTagClassName
{
color: #140B1B;
}
</style>
background-color css
<style>
a { background-color: #140B1B; }
a { background-color: rgb(20,11,27); }
div.DivClassName
{
background-color: #140B1B;
}
.BgClassName
{
background-color: #140B1B;
}
</style>
border-color css
<style>
span { border-color: #140B1B; }
span { border-color: rgb(20,11,27); }
td.TdClassName
{
border-color: #140B1B;
}
.TagClassName
{
border-color: #140B1B;
}
</style>