Shades of Blackcurrant #1B101F
Tints of Blackcurrant #1B101F
RGB
CMYK
RGB Variations
Color information
#1B101F (or 0x1B101F) is known color: Blackcurrant. HEX triplet: 1B, 10 and 1F. RGB value is (27,16,31). Sum of RGB (Red+Green+Blue) = 27+16+31=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101F is #E4EFE0. Grayscale: #141414. Windows color (decimal): -15003617 or 2035739. OLE color: 2035739.
HSL color Cylindrical-coordinate representation of color #1B101F: hue angle of 284º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B101F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 16 | 31 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.88 |
| HSL | 284º | 0.32% | 0.09% | - |
| HSV(B) | 284º | 0.48% | 0.12% | - |
| XYZ | 0.88 | 0.7 | 1.39 | - |
| YUV | 21 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 31 | 0.13 | 0.48 | 0 | 0.88 | 284 | 0.32 | 0.09 |
| Hex | 1B | 10 | 1F | D | 30 | 0 | 58 | 11C | 20 | 9 |
| Octal | 33 | 20 | 37 | 15 | 60 | 0 | 130 | 434 | 40 | 11 |
| Binary | 11011 | 10000 | 11111 | 1101 | 110000 | 0 | 1011000 | 100011100 | 100000 | 1001 |
Color Harmonies of #1B101F
Complementary color
Monochromatic Colors of #1B101F
Black with #1B101F
Text Example
Text Example
White with #1B101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B101F; }
p { color: rgb(27,16,31); }
H1.HeaderClassName
{
color: #1B101F;
}
.AnyTagClassName
{
color: #1B101F;
}
</style>
background-color css
<style>
a { background-color: #1B101F; }
a { background-color: rgb(27,16,31); }
div.DivClassName
{
background-color: #1B101F;
}
.BgClassName
{
background-color: #1B101F;
}
</style>
border-color css
<style>
span { border-color: #1B101F; }
span { border-color: rgb(27,16,31); }
td.TdClassName
{
border-color: #1B101F;
}
.TagClassName
{
border-color: #1B101F;
}
</style>