Shades of Blackcurrant #1A012F
Tints of Blackcurrant #1A012F
RGB
CMYK
RGB Variations
Color information
#1A012F (or 0x1A012F) is known color: Blackcurrant. HEX triplet: 1A, 01 and 2F. RGB value is (26,1,47). Sum of RGB (Red+Green+Blue) = 26+1+47=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A012F is #E5FED0. Grayscale: #0D0D0D. Windows color (decimal): -15072977 or 3080474. OLE color: 3080474.
HSL color Cylindrical-coordinate representation of color #1A012F: hue angle of 272.61º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A012F is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 1 | 47 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.82 |
| HSL | 272.61º | 0.96% | 0.09% | - |
| HSV(B) | 272.61º | 0.98% | 0.18% | - |
| XYZ | 0.95 | 0.45 | 2.73 | - |
| YUV | 13.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 47 | 0.45 | 0.98 | 0 | 0.82 | 272.61 | 0.96 | 0.09 |
| Hex | 1A | 1 | 2F | 2D | 62 | 0 | 52 | 111 | 60 | 9 |
| Octal | 32 | 1 | 57 | 55 | 142 | 0 | 122 | 421 | 140 | 11 |
| Binary | 11010 | 1 | 101111 | 101101 | 1100010 | 0 | 1010010 | 100010001 | 1100000 | 1001 |
Color Harmonies of #1A012F
Complementary color
Monochromatic Colors of #1A012F
Black with #1A012F
Text Example
Text Example
White with #1A012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A012F; }
p { color: rgb(26,1,47); }
H1.HeaderClassName
{
color: #1A012F;
}
.AnyTagClassName
{
color: #1A012F;
}
</style>
background-color css
<style>
a { background-color: #1A012F; }
a { background-color: rgb(26,1,47); }
div.DivClassName
{
background-color: #1A012F;
}
.BgClassName
{
background-color: #1A012F;
}
</style>
border-color css
<style>
span { border-color: #1A012F; }
span { border-color: rgb(26,1,47); }
td.TdClassName
{
border-color: #1A012F;
}
.TagClassName
{
border-color: #1A012F;
}
</style>