Shades of Blackcurrant #1A023A
Tints of Blackcurrant #1A023A
RGB
CMYK
RGB Variations
Color information
#1A023A (or 0x1A023A) is known color: Blackcurrant. HEX triplet: 1A, 02 and 3A. RGB value is (26,2,58). Sum of RGB (Red+Green+Blue) = 26+2+58=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A023A is #E5FDC5. Grayscale: #0F0F0F. Windows color (decimal): -15072710 or 3801626. OLE color: 3801626.
HSL color Cylindrical-coordinate representation of color #1A023A: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A023A is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 2 | 58 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.77 |
| HSL | 265.71º | 0.93% | 0.12% | - |
| HSV(B) | 265.71º | 0.97% | 0.23% | - |
| XYZ | 1.21 | 0.57 | 4.05 | - |
| YUV | 15.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 58 | 0.55 | 0.97 | 0 | 0.77 | 265.71 | 0.93 | 0.12 |
| Hex | 1A | 2 | 3A | 37 | 61 | 0 | 4D | 10A | 5D | C |
| Octal | 32 | 2 | 72 | 67 | 141 | 0 | 115 | 412 | 135 | 14 |
| Binary | 11010 | 10 | 111010 | 110111 | 1100001 | 0 | 1001101 | 100001010 | 1011101 | 1100 |
Color Harmonies of #1A023A
Complementary color
Monochromatic Colors of #1A023A
Black with #1A023A
Text Example
Text Example
White with #1A023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A023A; }
p { color: rgb(26,2,58); }
H1.HeaderClassName
{
color: #1A023A;
}
.AnyTagClassName
{
color: #1A023A;
}
</style>
background-color css
<style>
a { background-color: #1A023A; }
a { background-color: rgb(26,2,58); }
div.DivClassName
{
background-color: #1A023A;
}
.BgClassName
{
background-color: #1A023A;
}
</style>
border-color css
<style>
span { border-color: #1A023A; }
span { border-color: rgb(26,2,58); }
td.TdClassName
{
border-color: #1A023A;
}
.TagClassName
{
border-color: #1A023A;
}
</style>