Shades of Blackcurrant #140B1F
Tints of Blackcurrant #140B1F
RGB
CMYK
RGB Variations
Color information
#140B1F (or 0x140B1F) is known color: Blackcurrant. HEX triplet: 14, 0B and 1F. RGB value is (20,11,31). Sum of RGB (Red+Green+Blue) = 20+11+31=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #140B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B1F is #EBF4E0. Grayscale: #0F0F0F. Windows color (decimal): -15463649 or 2034452. OLE color: 2034452.
HSL color Cylindrical-coordinate representation of color #140B1F: hue angle of 267º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140B1F is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 11 | 31 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.88 |
| HSL | 267º | 0.48% | 0.08% | - |
| HSV(B) | 267º | 0.65% | 0.12% | - |
| XYZ | 0.66 | 0.49 | 1.36 | - |
| YUV | 15.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 31 | 0.35 | 0.65 | 0 | 0.88 | 267 | 0.48 | 0.08 |
| Hex | 14 | B | 1F | 23 | 41 | 0 | 58 | 10B | 30 | 8 |
| Octal | 24 | 13 | 37 | 43 | 101 | 0 | 130 | 413 | 60 | 10 |
| Binary | 10100 | 1011 | 11111 | 100011 | 1000001 | 0 | 1011000 | 100001011 | 110000 | 1000 |
Color Harmonies of #140B1F
Complementary color
Monochromatic Colors of #140B1F
Black with #140B1F
Text Example
Text Example
White with #140B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B1F; }
p { color: rgb(20,11,31); }
H1.HeaderClassName
{
color: #140B1F;
}
.AnyTagClassName
{
color: #140B1F;
}
</style>
background-color css
<style>
a { background-color: #140B1F; }
a { background-color: rgb(20,11,31); }
div.DivClassName
{
background-color: #140B1F;
}
.BgClassName
{
background-color: #140B1F;
}
</style>
border-color css
<style>
span { border-color: #140B1F; }
span { border-color: rgb(20,11,31); }
td.TdClassName
{
border-color: #140B1F;
}
.TagClassName
{
border-color: #140B1F;
}
</style>