Shades of Blackcurrant #1A0A2F
Tints of Blackcurrant #1A0A2F
RGB
CMYK
RGB Variations
Color information
#1A0A2F (or 0x1A0A2F) is known color: Blackcurrant. HEX triplet: 1A, 0A and 2F. RGB value is (26,10,47). Sum of RGB (Red+Green+Blue) = 26+10+47=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A0A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0A2F is #E5F5D0. Grayscale: #121212. Windows color (decimal): -15070673 or 3082778. OLE color: 3082778.
HSL color Cylindrical-coordinate representation of color #1A0A2F: hue angle of 265.95º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A0A2F is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 10 | 47 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.82 |
| HSL | 265.95º | 0.65% | 0.11% | - |
| HSV(B) | 265.95º | 0.79% | 0.18% | - |
| XYZ | 1.05 | 0.64 | 2.76 | - |
| YUV | 19 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 47 | 0.45 | 0.79 | 0 | 0.82 | 265.95 | 0.65 | 0.11 |
| Hex | 1A | A | 2F | 2D | 4F | 0 | 52 | 10A | 41 | B |
| Octal | 32 | 12 | 57 | 55 | 117 | 0 | 122 | 412 | 101 | 13 |
| Binary | 11010 | 1010 | 101111 | 101101 | 1001111 | 0 | 1010010 | 100001010 | 1000001 | 1011 |
Color Harmonies of #1A0A2F
Complementary color
Monochromatic Colors of #1A0A2F
Black with #1A0A2F
Text Example
Text Example
White with #1A0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A2F; }
p { color: rgb(26,10,47); }
H1.HeaderClassName
{
color: #1A0A2F;
}
.AnyTagClassName
{
color: #1A0A2F;
}
</style>
background-color css
<style>
a { background-color: #1A0A2F; }
a { background-color: rgb(26,10,47); }
div.DivClassName
{
background-color: #1A0A2F;
}
.BgClassName
{
background-color: #1A0A2F;
}
</style>
border-color css
<style>
span { border-color: #1A0A2F; }
span { border-color: rgb(26,10,47); }
td.TdClassName
{
border-color: #1A0A2F;
}
.TagClassName
{
border-color: #1A0A2F;
}
</style>