Shades of Blackcurrant #1A051F
Tints of Blackcurrant #1A051F
RGB
CMYK
RGB Variations
Color information
#1A051F (or 0x1A051F) is known color: Blackcurrant. HEX triplet: 1A, 05 and 1F. RGB value is (26,5,31). Sum of RGB (Red+Green+Blue) = 26+5+31=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A051F is #E5FAE0. Grayscale: #0E0E0E. Windows color (decimal): -15071969 or 2032922. OLE color: 2032922.
HSL color Cylindrical-coordinate representation of color #1A051F: hue angle of 288.46º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A051F is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 5 | 31 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.88 |
| HSL | 288.46º | 0.72% | 0.07% | - |
| HSV(B) | 288.46º | 0.84% | 0.12% | - |
| XYZ | 0.73 | 0.43 | 1.34 | - |
| YUV | 14.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 31 | 0.16 | 0.84 | 0 | 0.88 | 288.46 | 0.72 | 0.07 |
| Hex | 1A | 5 | 1F | 10 | 54 | 0 | 58 | 120 | 48 | 7 |
| Octal | 32 | 5 | 37 | 20 | 124 | 0 | 130 | 440 | 110 | 7 |
| Binary | 11010 | 101 | 11111 | 10000 | 1010100 | 0 | 1011000 | 100100000 | 1001000 | 111 |
Color Harmonies of #1A051F
Complementary color
Monochromatic Colors of #1A051F
Black with #1A051F
Text Example
Text Example
White with #1A051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A051F; }
p { color: rgb(26,5,31); }
H1.HeaderClassName
{
color: #1A051F;
}
.AnyTagClassName
{
color: #1A051F;
}
</style>
background-color css
<style>
a { background-color: #1A051F; }
a { background-color: rgb(26,5,31); }
div.DivClassName
{
background-color: #1A051F;
}
.BgClassName
{
background-color: #1A051F;
}
</style>
border-color css
<style>
span { border-color: #1A051F; }
span { border-color: rgb(26,5,31); }
td.TdClassName
{
border-color: #1A051F;
}
.TagClassName
{
border-color: #1A051F;
}
</style>