Shades of Blackcurrant #1A0230
Tints of Blackcurrant #1A0230
RGB
CMYK
RGB Variations
Color information
#1A0230 (or 0x1A0230) is known color: Blackcurrant. HEX triplet: 1A, 02 and 30. RGB value is (26,2,48). Sum of RGB (Red+Green+Blue) = 26+2+48=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0230 is #E5FDCF. Grayscale: #0E0E0E. Windows color (decimal): -15072720 or 3146266. OLE color: 3146266.
HSL color Cylindrical-coordinate representation of color #1A0230: hue angle of 271.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0230 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 2 | 48 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.81 |
| HSL | 271.3º | 0.92% | 0.1% | - |
| HSV(B) | 271.3º | 0.96% | 0.19% | - |
| XYZ | 0.98 | 0.48 | 2.84 | - |
| YUV | 14.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 48 | 0.46 | 0.96 | 0 | 0.81 | 271.3 | 0.92 | 0.1 |
| Hex | 1A | 2 | 30 | 2E | 60 | 0 | 51 | 10F | 5C | A |
| Octal | 32 | 2 | 60 | 56 | 140 | 0 | 121 | 417 | 134 | 12 |
| Binary | 11010 | 10 | 110000 | 101110 | 1100000 | 0 | 1010001 | 100001111 | 1011100 | 1010 |
Color Harmonies of #1A0230
Complementary color
Monochromatic Colors of #1A0230
Black with #1A0230
Text Example
Text Example
White with #1A0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0230; }
p { color: rgb(26,2,48); }
H1.HeaderClassName
{
color: #1A0230;
}
.AnyTagClassName
{
color: #1A0230;
}
</style>
background-color css
<style>
a { background-color: #1A0230; }
a { background-color: rgb(26,2,48); }
div.DivClassName
{
background-color: #1A0230;
}
.BgClassName
{
background-color: #1A0230;
}
</style>
border-color css
<style>
span { border-color: #1A0230; }
span { border-color: rgb(26,2,48); }
td.TdClassName
{
border-color: #1A0230;
}
.TagClassName
{
border-color: #1A0230;
}
</style>