Shades of Blackcurrant #1A0231
Tints of Blackcurrant #1A0231
RGB
CMYK
RGB Variations
Color information
#1A0231 (or 0x1A0231) is known color: Blackcurrant. HEX triplet: 1A, 02 and 31. RGB value is (26,2,49). Sum of RGB (Red+Green+Blue) = 26+2+49=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0231 is #E5FDCE. Grayscale: #0E0E0E. Windows color (decimal): -15072719 or 3211802. OLE color: 3211802.
HSL color Cylindrical-coordinate representation of color #1A0231: hue angle of 270.64º 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 #1A0231 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 2 | 49 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.81 |
| HSL | 270.64º | 0.92% | 0.1% | - |
| HSV(B) | 270.64º | 0.96% | 0.19% | - |
| XYZ | 1 | 0.48 | 2.95 | - |
| YUV | 14.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 49 | 0.47 | 0.96 | 0 | 0.81 | 270.64 | 0.92 | 0.1 |
| Hex | 1A | 2 | 31 | 2F | 60 | 0 | 51 | 10F | 5C | A |
| Octal | 32 | 2 | 61 | 57 | 140 | 0 | 121 | 417 | 134 | 12 |
| Binary | 11010 | 10 | 110001 | 101111 | 1100000 | 0 | 1010001 | 100001111 | 1011100 | 1010 |
Color Harmonies of #1A0231
Complementary color
Monochromatic Colors of #1A0231
Black with #1A0231
Text Example
Text Example
White with #1A0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0231; }
p { color: rgb(26,2,49); }
H1.HeaderClassName
{
color: #1A0231;
}
.AnyTagClassName
{
color: #1A0231;
}
</style>
background-color css
<style>
a { background-color: #1A0231; }
a { background-color: rgb(26,2,49); }
div.DivClassName
{
background-color: #1A0231;
}
.BgClassName
{
background-color: #1A0231;
}
</style>
border-color css
<style>
span { border-color: #1A0231; }
span { border-color: rgb(26,2,49); }
td.TdClassName
{
border-color: #1A0231;
}
.TagClassName
{
border-color: #1A0231;
}
</style>