Shades of Blackcurrant #1A0F28
Tints of Blackcurrant #1A0F28
RGB
CMYK
RGB Variations
Color information
#1A0F28 (or 0x1A0F28) is known color: Blackcurrant. HEX triplet: 1A, 0F and 28. RGB value is (26,15,40). Sum of RGB (Red+Green+Blue) = 26+15+40=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0F28 is #E5F0D7. Grayscale: #151515. Windows color (decimal): -15069400 or 2625306. OLE color: 2625306.
HSL color Cylindrical-coordinate representation of color #1A0F28: hue angle of 266.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A0F28 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 15 | 40 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.84 |
| HSL | 266.4º | 0.45% | 0.11% | - |
| HSV(B) | 266.4º | 0.63% | 0.16% | - |
| XYZ | 0.98 | 0.71 | 2.09 | - |
| YUV | 21.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 40 | 0.35 | 0.62 | 0 | 0.84 | 266.4 | 0.45 | 0.11 |
| Hex | 1A | F | 28 | 23 | 3E | 0 | 54 | 10A | 2D | B |
| Octal | 32 | 17 | 50 | 43 | 76 | 0 | 124 | 412 | 55 | 13 |
| Binary | 11010 | 1111 | 101000 | 100011 | 111110 | 0 | 1010100 | 100001010 | 101101 | 1011 |
Color Harmonies of #1A0F28
Complementary color
Monochromatic Colors of #1A0F28
Black with #1A0F28
Text Example
Text Example
White with #1A0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F28; }
p { color: rgb(26,15,40); }
H1.HeaderClassName
{
color: #1A0F28;
}
.AnyTagClassName
{
color: #1A0F28;
}
</style>
background-color css
<style>
a { background-color: #1A0F28; }
a { background-color: rgb(26,15,40); }
div.DivClassName
{
background-color: #1A0F28;
}
.BgClassName
{
background-color: #1A0F28;
}
</style>
border-color css
<style>
span { border-color: #1A0F28; }
span { border-color: rgb(26,15,40); }
td.TdClassName
{
border-color: #1A0F28;
}
.TagClassName
{
border-color: #1A0F28;
}
</style>