Shades of Blackcurrant #1A0C27
Tints of Blackcurrant #1A0C27
RGB
CMYK
RGB Variations
Color information
#1A0C27 (or 0x1A0C27) is known color: Blackcurrant. HEX triplet: 1A, 0C and 27. RGB value is (26,12,39). Sum of RGB (Red+Green+Blue) = 26+12+39=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C27 is #E5F3D8. Grayscale: #131313. Windows color (decimal): -15070169 or 2559002. OLE color: 2559002.
HSL color Cylindrical-coordinate representation of color #1A0C27: hue angle of 271.11º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0C27 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 12 | 39 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.85 |
| HSL | 271.11º | 0.53% | 0.1% | - |
| HSV(B) | 271.11º | 0.69% | 0.15% | - |
| XYZ | 0.92 | 0.63 | 1.99 | - |
| YUV | 19.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 39 | 0.33 | 0.69 | 0 | 0.85 | 271.11 | 0.53 | 0.1 |
| Hex | 1A | C | 27 | 21 | 45 | 0 | 55 | 10F | 35 | A |
| Octal | 32 | 14 | 47 | 41 | 105 | 0 | 125 | 417 | 65 | 12 |
| Binary | 11010 | 1100 | 100111 | 100001 | 1000101 | 0 | 1010101 | 100001111 | 110101 | 1010 |
Color Harmonies of #1A0C27
Complementary color
Monochromatic Colors of #1A0C27
Black with #1A0C27
Text Example
Text Example
White with #1A0C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C27; }
p { color: rgb(26,12,39); }
H1.HeaderClassName
{
color: #1A0C27;
}
.AnyTagClassName
{
color: #1A0C27;
}
</style>
background-color css
<style>
a { background-color: #1A0C27; }
a { background-color: rgb(26,12,39); }
div.DivClassName
{
background-color: #1A0C27;
}
.BgClassName
{
background-color: #1A0C27;
}
</style>
border-color css
<style>
span { border-color: #1A0C27; }
span { border-color: rgb(26,12,39); }
td.TdClassName
{
border-color: #1A0C27;
}
.TagClassName
{
border-color: #1A0C27;
}
</style>