Shades of Blackcurrant #1B141E
Tints of Blackcurrant #1B141E
RGB
CMYK
RGB Variations
Color information
#1B141E (or 0x1B141E) is known color: Blackcurrant. HEX triplet: 1B, 14 and 1E. RGB value is (27,20,30). Sum of RGB (Red+Green+Blue) = 27+20+30=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B141E is #E4EBE1. Grayscale: #171717. Windows color (decimal): -15002594 or 1971227. OLE color: 1971227.
HSL color Cylindrical-coordinate representation of color #1B141E: hue angle of 282º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B141E is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 20 | 30 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.88 |
| HSL | 282º | 0.2% | 0.1% | - |
| HSV(B) | 282º | 0.33% | 0.12% | - |
| XYZ | 0.94 | 0.83 | 1.34 | - |
| YUV | 23.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 30 | 0.10 | 0.33 | 0 | 0.88 | 282 | 0.2 | 0.1 |
| Hex | 1B | 14 | 1E | A | 21 | 0 | 58 | 11A | 14 | A |
| Octal | 33 | 24 | 36 | 12 | 41 | 0 | 130 | 432 | 24 | 12 |
| Binary | 11011 | 10100 | 11110 | 1010 | 100001 | 0 | 1011000 | 100011010 | 10100 | 1010 |
Color Harmonies of #1B141E
Complementary color
Monochromatic Colors of #1B141E
Black with #1B141E
Text Example
Text Example
White with #1B141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B141E; }
p { color: rgb(27,20,30); }
H1.HeaderClassName
{
color: #1B141E;
}
.AnyTagClassName
{
color: #1B141E;
}
</style>
background-color css
<style>
a { background-color: #1B141E; }
a { background-color: rgb(27,20,30); }
div.DivClassName
{
background-color: #1B141E;
}
.BgClassName
{
background-color: #1B141E;
}
</style>
border-color css
<style>
span { border-color: #1B141E; }
span { border-color: rgb(27,20,30); }
td.TdClassName
{
border-color: #1B141E;
}
.TagClassName
{
border-color: #1B141E;
}
</style>