Shades of Blackcurrant #1B0F1E
Tints of Blackcurrant #1B0F1E
RGB
CMYK
RGB Variations
Color information
#1B0F1E (or 0x1B0F1E) is known color: Blackcurrant. HEX triplet: 1B, 0F and 1E. RGB value is (27,15,30). Sum of RGB (Red+Green+Blue) = 27+15+30=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F1E is #E4F0E1. Grayscale: #141414. Windows color (decimal): -15003874 or 1969947. OLE color: 1969947.
HSL color Cylindrical-coordinate representation of color #1B0F1E: hue angle of 288º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B0F1E is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 15 | 30 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.88 |
| HSL | 288º | 0.33% | 0.09% | - |
| HSV(B) | 288º | 0.5% | 0.12% | - |
| XYZ | 0.86 | 0.67 | 1.31 | - |
| YUV | 20.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 30 | 0.10 | 0.5 | 0 | 0.88 | 288 | 0.33 | 0.09 |
| Hex | 1B | F | 1E | A | 32 | 0 | 58 | 120 | 21 | 9 |
| Octal | 33 | 17 | 36 | 12 | 62 | 0 | 130 | 440 | 41 | 11 |
| Binary | 11011 | 1111 | 11110 | 1010 | 110010 | 0 | 1011000 | 100100000 | 100001 | 1001 |
Color Harmonies of #1B0F1E
Complementary color
Monochromatic Colors of #1B0F1E
Black with #1B0F1E
Text Example
Text Example
White with #1B0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F1E; }
p { color: rgb(27,15,30); }
H1.HeaderClassName
{
color: #1B0F1E;
}
.AnyTagClassName
{
color: #1B0F1E;
}
</style>
background-color css
<style>
a { background-color: #1B0F1E; }
a { background-color: rgb(27,15,30); }
div.DivClassName
{
background-color: #1B0F1E;
}
.BgClassName
{
background-color: #1B0F1E;
}
</style>
border-color css
<style>
span { border-color: #1B0F1E; }
span { border-color: rgb(27,15,30); }
td.TdClassName
{
border-color: #1B0F1E;
}
.TagClassName
{
border-color: #1B0F1E;
}
</style>