Shades of Blackcurrant #1B042E
Tints of Blackcurrant #1B042E
RGB
CMYK
RGB Variations
Color information
#1B042E (or 0x1B042E) is known color: Blackcurrant. HEX triplet: 1B, 04 and 2E. RGB value is (27,4,46). Sum of RGB (Red+Green+Blue) = 27+4+46=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B042E is #E4FBD1. Grayscale: #0F0F0F. Windows color (decimal): -15006674 or 3015707. OLE color: 3015707.
HSL color Cylindrical-coordinate representation of color #1B042E: hue angle of 272.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B042E is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 4 | 46 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.82 |
| HSL | 272.86º | 0.84% | 0.1% | - |
| HSV(B) | 272.86º | 0.91% | 0.18% | - |
| XYZ | 0.99 | 0.52 | 2.63 | - |
| YUV | 15.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 46 | 0.41 | 0.91 | 0 | 0.82 | 272.86 | 0.84 | 0.1 |
| Hex | 1B | 4 | 2E | 29 | 5B | 0 | 52 | 111 | 54 | A |
| Octal | 33 | 4 | 56 | 51 | 133 | 0 | 122 | 421 | 124 | 12 |
| Binary | 11011 | 100 | 101110 | 101001 | 1011011 | 0 | 1010010 | 100010001 | 1010100 | 1010 |
Color Harmonies of #1B042E
Complementary color
Monochromatic Colors of #1B042E
Black with #1B042E
Text Example
Text Example
White with #1B042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B042E; }
p { color: rgb(27,4,46); }
H1.HeaderClassName
{
color: #1B042E;
}
.AnyTagClassName
{
color: #1B042E;
}
</style>
background-color css
<style>
a { background-color: #1B042E; }
a { background-color: rgb(27,4,46); }
div.DivClassName
{
background-color: #1B042E;
}
.BgClassName
{
background-color: #1B042E;
}
</style>
border-color css
<style>
span { border-color: #1B042E; }
span { border-color: rgb(27,4,46); }
td.TdClassName
{
border-color: #1B042E;
}
.TagClassName
{
border-color: #1B042E;
}
</style>