Shades of Blackcurrant #1B1423
Tints of Blackcurrant #1B1423
RGB
CMYK
RGB Variations
Color information
#1B1423 (or 0x1B1423) is known color: Blackcurrant. HEX triplet: 1B, 14 and 23. RGB value is (27,20,35). Sum of RGB (Red+Green+Blue) = 27+20+35=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B1423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1423 is #E4EBDC. Grayscale: #171717. Windows color (decimal): -15002589 or 2298907. OLE color: 2298907.
HSL color Cylindrical-coordinate representation of color #1B1423: hue angle of 268º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B1423 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 20 | 35 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.86 |
| HSL | 268º | 0.27% | 0.11% | - |
| HSV(B) | 268º | 0.43% | 0.14% | - |
| XYZ | 1.01 | 0.85 | 1.7 | - |
| YUV | 23.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 35 | 0.23 | 0.43 | 0 | 0.86 | 268 | 0.27 | 0.11 |
| Hex | 1B | 14 | 23 | 17 | 2B | 0 | 56 | 10C | 1B | B |
| Octal | 33 | 24 | 43 | 27 | 53 | 0 | 126 | 414 | 33 | 13 |
| Binary | 11011 | 10100 | 100011 | 10111 | 101011 | 0 | 1010110 | 100001100 | 11011 | 1011 |
Color Harmonies of #1B1423
Complementary color
Monochromatic Colors of #1B1423
Black with #1B1423
Text Example
Text Example
White with #1B1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1423; }
p { color: rgb(27,20,35); }
H1.HeaderClassName
{
color: #1B1423;
}
.AnyTagClassName
{
color: #1B1423;
}
</style>
background-color css
<style>
a { background-color: #1B1423; }
a { background-color: rgb(27,20,35); }
div.DivClassName
{
background-color: #1B1423;
}
.BgClassName
{
background-color: #1B1423;
}
</style>
border-color css
<style>
span { border-color: #1B1423; }
span { border-color: rgb(27,20,35); }
td.TdClassName
{
border-color: #1B1423;
}
.TagClassName
{
border-color: #1B1423;
}
</style>