Shades of Blackcurrant #1B043A
Tints of Blackcurrant #1B043A
RGB
CMYK
RGB Variations
Color information
#1B043A (or 0x1B043A) is known color: Blackcurrant. HEX triplet: 1B, 04 and 3A. RGB value is (27,4,58). Sum of RGB (Red+Green+Blue) = 27+4+58=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B043A is #E4FBC5. Grayscale: #101010. Windows color (decimal): -15006662 or 3802139. OLE color: 3802139.
HSL color Cylindrical-coordinate representation of color #1B043A: hue angle of 265.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B043A is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 4 | 58 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.77 |
| HSL | 265.56º | 0.87% | 0.12% | - |
| HSV(B) | 265.56º | 0.93% | 0.23% | - |
| XYZ | 1.26 | 0.63 | 4.06 | - |
| YUV | 17.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 58 | 0.53 | 0.93 | 0 | 0.77 | 265.56 | 0.87 | 0.12 |
| Hex | 1B | 4 | 3A | 35 | 5D | 0 | 4D | 10A | 57 | C |
| Octal | 33 | 4 | 72 | 65 | 135 | 0 | 115 | 412 | 127 | 14 |
| Binary | 11011 | 100 | 111010 | 110101 | 1011101 | 0 | 1001101 | 100001010 | 1010111 | 1100 |
Color Harmonies of #1B043A
Complementary color
Monochromatic Colors of #1B043A
Black with #1B043A
Text Example
Text Example
White with #1B043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B043A; }
p { color: rgb(27,4,58); }
H1.HeaderClassName
{
color: #1B043A;
}
.AnyTagClassName
{
color: #1B043A;
}
</style>
background-color css
<style>
a { background-color: #1B043A; }
a { background-color: rgb(27,4,58); }
div.DivClassName
{
background-color: #1B043A;
}
.BgClassName
{
background-color: #1B043A;
}
</style>
border-color css
<style>
span { border-color: #1B043A; }
span { border-color: rgb(27,4,58); }
td.TdClassName
{
border-color: #1B043A;
}
.TagClassName
{
border-color: #1B043A;
}
</style>