Shades of Blackcurrant #1B081F
Tints of Blackcurrant #1B081F
RGB
CMYK
RGB Variations
Color information
#1B081F (or 0x1B081F) is known color: Blackcurrant. HEX triplet: 1B, 08 and 1F. RGB value is (27,8,31). Sum of RGB (Red+Green+Blue) = 27+8+31=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081F is #E4F7E0. Grayscale: #101010. Windows color (decimal): -15005665 or 2033691. OLE color: 2033691.
HSL color Cylindrical-coordinate representation of color #1B081F: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B081F is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 8 | 31 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.88 |
| HSL | 289.57º | 0.59% | 0.08% | - |
| HSV(B) | 289.57º | 0.74% | 0.12% | - |
| XYZ | 0.79 | 0.51 | 1.35 | - |
| YUV | 16.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 31 | 0.13 | 0.74 | 0 | 0.88 | 289.57 | 0.59 | 0.08 |
| Hex | 1B | 8 | 1F | D | 4A | 0 | 58 | 122 | 3B | 8 |
| Octal | 33 | 10 | 37 | 15 | 112 | 0 | 130 | 442 | 73 | 10 |
| Binary | 11011 | 1000 | 11111 | 1101 | 1001010 | 0 | 1011000 | 100100010 | 111011 | 1000 |
Color Harmonies of #1B081F
Complementary color
Monochromatic Colors of #1B081F
Black with #1B081F
Text Example
Text Example
White with #1B081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B081F; }
p { color: rgb(27,8,31); }
H1.HeaderClassName
{
color: #1B081F;
}
.AnyTagClassName
{
color: #1B081F;
}
</style>
background-color css
<style>
a { background-color: #1B081F; }
a { background-color: rgb(27,8,31); }
div.DivClassName
{
background-color: #1B081F;
}
.BgClassName
{
background-color: #1B081F;
}
</style>
border-color css
<style>
span { border-color: #1B081F; }
span { border-color: rgb(27,8,31); }
td.TdClassName
{
border-color: #1B081F;
}
.TagClassName
{
border-color: #1B081F;
}
</style>