Shades of Blackcurrant #1B121D
Tints of Blackcurrant #1B121D
RGB
CMYK
RGB Variations
Color information
#1B121D (or 0x1B121D) is known color: Blackcurrant. HEX triplet: 1B, 12 and 1D. RGB value is (27,18,29). Sum of RGB (Red+Green+Blue) = 27+18+29=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121D is #E4EDE2. Grayscale: #151515. Windows color (decimal): -15003107 or 1905179. OLE color: 1905179.
HSL color Cylindrical-coordinate representation of color #1B121D: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1B121D is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 29 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.89 |
| HSL | 289.09º | 0.23% | 0.09% | - |
| HSV(B) | 289.09º | 0.38% | 0.11% | - |
| XYZ | 0.89 | 0.75 | 1.26 | - |
| YUV | 21.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 29 | 0.07 | 0.38 | 0 | 0.89 | 289.09 | 0.23 | 0.09 |
| Hex | 1B | 12 | 1D | 7 | 26 | 0 | 59 | 121 | 17 | 9 |
| Octal | 33 | 22 | 35 | 7 | 46 | 0 | 131 | 441 | 27 | 11 |
| Binary | 11011 | 10010 | 11101 | 111 | 100110 | 0 | 1011001 | 100100001 | 10111 | 1001 |
Color Harmonies of #1B121D
Complementary color
Monochromatic Colors of #1B121D
Black with #1B121D
Text Example
Text Example
White with #1B121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B121D; }
p { color: rgb(27,18,29); }
H1.HeaderClassName
{
color: #1B121D;
}
.AnyTagClassName
{
color: #1B121D;
}
</style>
background-color css
<style>
a { background-color: #1B121D; }
a { background-color: rgb(27,18,29); }
div.DivClassName
{
background-color: #1B121D;
}
.BgClassName
{
background-color: #1B121D;
}
</style>
border-color css
<style>
span { border-color: #1B121D; }
span { border-color: rgb(27,18,29); }
td.TdClassName
{
border-color: #1B121D;
}
.TagClassName
{
border-color: #1B121D;
}
</style>