Shades of Blackcurrant #1B1424
Tints of Blackcurrant #1B1424
RGB
CMYK
RGB Variations
Color information
#1B1424 (or 0x1B1424) is known color: Blackcurrant. HEX triplet: 1B, 14 and 24. RGB value is (27,20,36). Sum of RGB (Red+Green+Blue) = 27+20+36=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1424 is #E4EBDB. Grayscale: #171717. Windows color (decimal): -15002588 or 2364443. OLE color: 2364443.
HSL color Cylindrical-coordinate representation of color #1B1424: hue angle of 266.25º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B1424 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 20 | 36 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.86 |
| HSL | 266.25º | 0.29% | 0.11% | - |
| HSV(B) | 266.25º | 0.44% | 0.14% | - |
| XYZ | 1.02 | 0.86 | 1.78 | - |
| YUV | 23.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 36 | 0.25 | 0.44 | 0 | 0.86 | 266.25 | 0.29 | 0.11 |
| Hex | 1B | 14 | 24 | 19 | 2C | 0 | 56 | 10A | 1D | B |
| Octal | 33 | 24 | 44 | 31 | 54 | 0 | 126 | 412 | 35 | 13 |
| Binary | 11011 | 10100 | 100100 | 11001 | 101100 | 0 | 1010110 | 100001010 | 11101 | 1011 |
Color Harmonies of #1B1424
Complementary color
Monochromatic Colors of #1B1424
Black with #1B1424
Text Example
Text Example
White with #1B1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1424; }
p { color: rgb(27,20,36); }
H1.HeaderClassName
{
color: #1B1424;
}
.AnyTagClassName
{
color: #1B1424;
}
</style>
background-color css
<style>
a { background-color: #1B1424; }
a { background-color: rgb(27,20,36); }
div.DivClassName
{
background-color: #1B1424;
}
.BgClassName
{
background-color: #1B1424;
}
</style>
border-color css
<style>
span { border-color: #1B1424; }
span { border-color: rgb(27,20,36); }
td.TdClassName
{
border-color: #1B1424;
}
.TagClassName
{
border-color: #1B1424;
}
</style>