Shades of Blackcurrant #1B042D
Tints of Blackcurrant #1B042D
RGB
CMYK
RGB Variations
Color information
#1B042D (or 0x1B042D) is known color: Blackcurrant. HEX triplet: 1B, 04 and 2D. RGB value is (27,4,45). Sum of RGB (Red+Green+Blue) = 27+4+45=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B042D is #E4FBD2. Grayscale: #0F0F0F. Windows color (decimal): -15006675 or 2950171. OLE color: 2950171.
HSL color Cylindrical-coordinate representation of color #1B042D: hue angle of 273.66º 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 #1B042D is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 4 | 45 | - |
| CMYK | 0.4 | 0.91 | 0 | 0.82 |
| HSL | 273.66º | 0.84% | 0.1% | - |
| HSV(B) | 273.66º | 0.91% | 0.18% | - |
| XYZ | 0.97 | 0.51 | 2.53 | - |
| YUV | 15.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 45 | 0.4 | 0.91 | 0 | 0.82 | 273.66 | 0.84 | 0.1 |
| Hex | 1B | 4 | 2D | 28 | 5B | 0 | 52 | 112 | 54 | A |
| Octal | 33 | 4 | 55 | 50 | 133 | 0 | 122 | 422 | 124 | 12 |
| Binary | 11011 | 100 | 101101 | 101000 | 1011011 | 0 | 1010010 | 100010010 | 1010100 | 1010 |
Color Harmonies of #1B042D
Complementary color
Monochromatic Colors of #1B042D
Black with #1B042D
Text Example
Text Example
White with #1B042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B042D; }
p { color: rgb(27,4,45); }
H1.HeaderClassName
{
color: #1B042D;
}
.AnyTagClassName
{
color: #1B042D;
}
</style>
background-color css
<style>
a { background-color: #1B042D; }
a { background-color: rgb(27,4,45); }
div.DivClassName
{
background-color: #1B042D;
}
.BgClassName
{
background-color: #1B042D;
}
</style>
border-color css
<style>
span { border-color: #1B042D; }
span { border-color: rgb(27,4,45); }
td.TdClassName
{
border-color: #1B042D;
}
.TagClassName
{
border-color: #1B042D;
}
</style>