Shades of Blackcurrant #1B031F
Tints of Blackcurrant #1B031F
RGB
CMYK
RGB Variations
Color information
#1B031F (or 0x1B031F) is known color: Blackcurrant. HEX triplet: 1B, 03 and 1F. RGB value is (27,3,31). Sum of RGB (Red+Green+Blue) = 27+3+31=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B031F is #E4FCE0. Grayscale: #0D0D0D. Windows color (decimal): -15006945 or 2032411. OLE color: 2032411.
HSL color Cylindrical-coordinate representation of color #1B031F: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B031F is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 3 | 31 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.88 |
| HSL | 291.43º | 0.82% | 0.07% | - |
| HSV(B) | 291.43º | 0.9% | 0.12% | - |
| XYZ | 0.73 | 0.4 | 1.33 | - |
| YUV | 13.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 31 | 0.13 | 0.90 | 0 | 0.88 | 291.43 | 0.82 | 0.07 |
| Hex | 1B | 3 | 1F | D | 5A | 0 | 58 | 123 | 52 | 7 |
| Octal | 33 | 3 | 37 | 15 | 132 | 0 | 130 | 443 | 122 | 7 |
| Binary | 11011 | 11 | 11111 | 1101 | 1011010 | 0 | 1011000 | 100100011 | 1010010 | 111 |
Color Harmonies of #1B031F
Complementary color
Monochromatic Colors of #1B031F
Black with #1B031F
Text Example
Text Example
White with #1B031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B031F; }
p { color: rgb(27,3,31); }
H1.HeaderClassName
{
color: #1B031F;
}
.AnyTagClassName
{
color: #1B031F;
}
</style>
background-color css
<style>
a { background-color: #1B031F; }
a { background-color: rgb(27,3,31); }
div.DivClassName
{
background-color: #1B031F;
}
.BgClassName
{
background-color: #1B031F;
}
</style>
border-color css
<style>
span { border-color: #1B031F; }
span { border-color: rgb(27,3,31); }
td.TdClassName
{
border-color: #1B031F;
}
.TagClassName
{
border-color: #1B031F;
}
</style>