Shades of Blackcurrant #1B041F
Tints of Blackcurrant #1B041F
RGB
CMYK
RGB Variations
Color information
#1B041F (or 0x1B041F) is known color: Blackcurrant. HEX triplet: 1B, 04 and 1F. RGB value is (27,4,31). Sum of RGB (Red+Green+Blue) = 27+4+31=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B041F is #E4FBE0. Grayscale: #0D0D0D. Windows color (decimal): -15006689 or 2032667. OLE color: 2032667.
HSL color Cylindrical-coordinate representation of color #1B041F: hue angle of 291.11º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B041F is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 4 | 31 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.88 |
| HSL | 291.11º | 0.77% | 0.07% | - |
| HSV(B) | 291.11º | 0.87% | 0.12% | - |
| XYZ | 0.74 | 0.42 | 1.34 | - |
| YUV | 13.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 31 | 0.13 | 0.87 | 0 | 0.88 | 291.11 | 0.77 | 0.07 |
| Hex | 1B | 4 | 1F | D | 57 | 0 | 58 | 123 | 4D | 7 |
| Octal | 33 | 4 | 37 | 15 | 127 | 0 | 130 | 443 | 115 | 7 |
| Binary | 11011 | 100 | 11111 | 1101 | 1010111 | 0 | 1011000 | 100100011 | 1001101 | 111 |
Color Harmonies of #1B041F
Complementary color
Monochromatic Colors of #1B041F
Black with #1B041F
Text Example
Text Example
White with #1B041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B041F; }
p { color: rgb(27,4,31); }
H1.HeaderClassName
{
color: #1B041F;
}
.AnyTagClassName
{
color: #1B041F;
}
</style>
background-color css
<style>
a { background-color: #1B041F; }
a { background-color: rgb(27,4,31); }
div.DivClassName
{
background-color: #1B041F;
}
.BgClassName
{
background-color: #1B041F;
}
</style>
border-color css
<style>
span { border-color: #1B041F; }
span { border-color: rgb(27,4,31); }
td.TdClassName
{
border-color: #1B041F;
}
.TagClassName
{
border-color: #1B041F;
}
</style>