Shades of Blackcurrant #1B181D
Tints of Blackcurrant #1B181D
RGB
CMYK
RGB Variations
Color information
#1B181D (or 0x1B181D) is known color: Blackcurrant. HEX triplet: 1B, 18 and 1D. RGB value is (27,24,29). Sum of RGB (Red+Green+Blue) = 27+24+29=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181D is #E4E7E2. Grayscale: #191919. Windows color (decimal): -15001571 or 1906715. OLE color: 1906715.
HSL color Cylindrical-coordinate representation of color #1B181D: hue angle of 276º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1B181D is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 29 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.89 |
| HSL | 276º | 0.09% | 0.1% | - |
| HSV(B) | 276º | 0.17% | 0.11% | - |
| XYZ | 1 | 0.97 | 1.3 | - |
| YUV | 25.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 29 | 0.07 | 0.17 | 0 | 0.89 | 276 | 0.09 | 0.1 |
| Hex | 1B | 18 | 1D | 7 | 11 | 0 | 59 | 114 | 9 | A |
| Octal | 33 | 30 | 35 | 7 | 21 | 0 | 131 | 424 | 11 | 12 |
| Binary | 11011 | 11000 | 11101 | 111 | 10001 | 0 | 1011001 | 100010100 | 1001 | 1010 |
Color Harmonies of #1B181D
Complementary color
Monochromatic Colors of #1B181D
Black with #1B181D
Text Example
Text Example
White with #1B181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B181D; }
p { color: rgb(27,24,29); }
H1.HeaderClassName
{
color: #1B181D;
}
.AnyTagClassName
{
color: #1B181D;
}
</style>
background-color css
<style>
a { background-color: #1B181D; }
a { background-color: rgb(27,24,29); }
div.DivClassName
{
background-color: #1B181D;
}
.BgClassName
{
background-color: #1B181D;
}
</style>
border-color css
<style>
span { border-color: #1B181D; }
span { border-color: rgb(27,24,29); }
td.TdClassName
{
border-color: #1B181D;
}
.TagClassName
{
border-color: #1B181D;
}
</style>