Shades of Blackcurrant #1A131F
Tints of Blackcurrant #1A131F
RGB
CMYK
RGB Variations
Color information
#1A131F (or 0x1A131F) is known color: Blackcurrant. HEX triplet: 1A, 13 and 1F. RGB value is (26,19,31). Sum of RGB (Red+Green+Blue) = 26+19+31=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131F is #E5ECE0. Grayscale: #161616. Windows color (decimal): -15068385 or 2036506. OLE color: 2036506.
HSL color Cylindrical-coordinate representation of color #1A131F: hue angle of 275º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1A131F is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 19 | 31 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.88 |
| HSL | 275º | 0.24% | 0.1% | - |
| HSV(B) | 275º | 0.39% | 0.12% | - |
| XYZ | 0.91 | 0.78 | 1.4 | - |
| YUV | 22.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 31 | 0.16 | 0.39 | 0 | 0.88 | 275 | 0.24 | 0.1 |
| Hex | 1A | 13 | 1F | 10 | 27 | 0 | 58 | 113 | 18 | A |
| Octal | 32 | 23 | 37 | 20 | 47 | 0 | 130 | 423 | 30 | 12 |
| Binary | 11010 | 10011 | 11111 | 10000 | 100111 | 0 | 1011000 | 100010011 | 11000 | 1010 |
Color Harmonies of #1A131F
Complementary color
Monochromatic Colors of #1A131F
Black with #1A131F
Text Example
Text Example
White with #1A131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A131F; }
p { color: rgb(26,19,31); }
H1.HeaderClassName
{
color: #1A131F;
}
.AnyTagClassName
{
color: #1A131F;
}
</style>
background-color css
<style>
a { background-color: #1A131F; }
a { background-color: rgb(26,19,31); }
div.DivClassName
{
background-color: #1A131F;
}
.BgClassName
{
background-color: #1A131F;
}
</style>
border-color css
<style>
span { border-color: #1A131F; }
span { border-color: rgb(26,19,31); }
td.TdClassName
{
border-color: #1A131F;
}
.TagClassName
{
border-color: #1A131F;
}
</style>