Shades of Blackcurrant #1A031F
Tints of Blackcurrant #1A031F
RGB
CMYK
RGB Variations
Color information
#1A031F (or 0x1A031F) is known color: Blackcurrant. HEX triplet: 1A, 03 and 1F. RGB value is (26,3,31). Sum of RGB (Red+Green+Blue) = 26+3+31=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A031F is #E5FCE0. Grayscale: #0C0C0C. Windows color (decimal): -15072481 or 2032410. OLE color: 2032410.
HSL color Cylindrical-coordinate representation of color #1A031F: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A031F is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 3 | 31 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.88 |
| HSL | 289.29º | 0.82% | 0.07% | - |
| HSV(B) | 289.29º | 0.9% | 0.12% | - |
| XYZ | 0.71 | 0.38 | 1.33 | - |
| YUV | 13.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 31 | 0.16 | 0.90 | 0 | 0.88 | 289.29 | 0.82 | 0.07 |
| Hex | 1A | 3 | 1F | 10 | 5A | 0 | 58 | 121 | 52 | 7 |
| Octal | 32 | 3 | 37 | 20 | 132 | 0 | 130 | 441 | 122 | 7 |
| Binary | 11010 | 11 | 11111 | 10000 | 1011010 | 0 | 1011000 | 100100001 | 1010010 | 111 |
Color Harmonies of #1A031F
Complementary color
Monochromatic Colors of #1A031F
Black with #1A031F
Text Example
Text Example
White with #1A031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A031F; }
p { color: rgb(26,3,31); }
H1.HeaderClassName
{
color: #1A031F;
}
.AnyTagClassName
{
color: #1A031F;
}
</style>
background-color css
<style>
a { background-color: #1A031F; }
a { background-color: rgb(26,3,31); }
div.DivClassName
{
background-color: #1A031F;
}
.BgClassName
{
background-color: #1A031F;
}
</style>
border-color css
<style>
span { border-color: #1A031F; }
span { border-color: rgb(26,3,31); }
td.TdClassName
{
border-color: #1A031F;
}
.TagClassName
{
border-color: #1A031F;
}
</style>