Shades of Blackcurrant #1A0F1F
Tints of Blackcurrant #1A0F1F
RGB
CMYK
RGB Variations
Color information
#1A0F1F (or 0x1A0F1F) is known color: Blackcurrant. HEX triplet: 1A, 0F and 1F. RGB value is (26,15,31). Sum of RGB (Red+Green+Blue) = 26+15+31=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A0F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0F1F is #E5F0E0. Grayscale: #141414. Windows color (decimal): -15069409 or 2035482. OLE color: 2035482.
HSL color Cylindrical-coordinate representation of color #1A0F1F: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A0F1F is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 15 | 31 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.88 |
| HSL | 281.25º | 0.35% | 0.09% | - |
| HSV(B) | 281.25º | 0.52% | 0.12% | - |
| XYZ | 0.84 | 0.66 | 1.38 | - |
| YUV | 20.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 31 | 0.16 | 0.52 | 0 | 0.88 | 281.25 | 0.35 | 0.09 |
| Hex | 1A | F | 1F | 10 | 34 | 0 | 58 | 119 | 23 | 9 |
| Octal | 32 | 17 | 37 | 20 | 64 | 0 | 130 | 431 | 43 | 11 |
| Binary | 11010 | 1111 | 11111 | 10000 | 110100 | 0 | 1011000 | 100011001 | 100011 | 1001 |
Color Harmonies of #1A0F1F
Complementary color
Monochromatic Colors of #1A0F1F
Black with #1A0F1F
Text Example
Text Example
White with #1A0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F1F; }
p { color: rgb(26,15,31); }
H1.HeaderClassName
{
color: #1A0F1F;
}
.AnyTagClassName
{
color: #1A0F1F;
}
</style>
background-color css
<style>
a { background-color: #1A0F1F; }
a { background-color: rgb(26,15,31); }
div.DivClassName
{
background-color: #1A0F1F;
}
.BgClassName
{
background-color: #1A0F1F;
}
</style>
border-color css
<style>
span { border-color: #1A0F1F; }
span { border-color: rgb(26,15,31); }
td.TdClassName
{
border-color: #1A0F1F;
}
.TagClassName
{
border-color: #1A0F1F;
}
</style>