Shades of Blackcurrant #1A0030
Tints of Blackcurrant #1A0030
RGB
CMYK
RGB Variations
Color information
#1A0030 (or 0x1A0030) is known color: Blackcurrant. HEX triplet: 1A, 00 and 30. RGB value is (26,0,48). Sum of RGB (Red+Green+Blue) = 26+0+48=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0030 is #E5FFCF. Grayscale: #0D0D0D. Windows color (decimal): -15073232 or 3145754. OLE color: 3145754.
HSL color Cylindrical-coordinate representation of color #1A0030: hue angle of 272.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0030 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 0 | 48 | - |
| CMYK | 0.46 | 1 | 0 | 0.81 |
| HSL | 272.5º | 1% | 0.09% | - |
| HSV(B) | 272.5º | 1% | 0.19% | - |
| XYZ | 0.96 | 0.43 | 2.83 | - |
| YUV | 13.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 48 | 0.46 | 1 | 0 | 0.81 | 272.5 | 1 | 0.09 |
| Hex | 1A | 0 | 30 | 2E | 64 | 0 | 51 | 110 | 64 | 9 |
| Octal | 32 | 0 | 60 | 56 | 144 | 0 | 121 | 420 | 144 | 11 |
| Binary | 11010 | 0 | 110000 | 101110 | 1100100 | 0 | 1010001 | 100010000 | 1100100 | 1001 |
Color Harmonies of #1A0030
Complementary color
Monochromatic Colors of #1A0030
Black with #1A0030
Text Example
Text Example
White with #1A0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0030; }
p { color: rgb(26,0,48); }
H1.HeaderClassName
{
color: #1A0030;
}
.AnyTagClassName
{
color: #1A0030;
}
</style>
background-color css
<style>
a { background-color: #1A0030; }
a { background-color: rgb(26,0,48); }
div.DivClassName
{
background-color: #1A0030;
}
.BgClassName
{
background-color: #1A0030;
}
</style>
border-color css
<style>
span { border-color: #1A0030; }
span { border-color: rgb(26,0,48); }
td.TdClassName
{
border-color: #1A0030;
}
.TagClassName
{
border-color: #1A0030;
}
</style>