Shades of Blackcurrant #1A003B
Tints of Blackcurrant #1A003B
RGB
CMYK
RGB Variations
Color information
#1A003B (or 0x1A003B) is known color: Blackcurrant. HEX triplet: 1A, 00 and 3B. RGB value is (26,0,59). Sum of RGB (Red+Green+Blue) = 26+0+59=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A003B is #E5FFC4. Grayscale: #0E0E0E. Windows color (decimal): -15073221 or 3866650. OLE color: 3866650.
HSL color Cylindrical-coordinate representation of color #1A003B: hue angle of 266.44º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A003B is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 0 | 59 | - |
| CMYK | 0.56 | 1 | 0 | 0.77 |
| HSL | 266.44º | 1% | 0.12% | - |
| HSV(B) | 266.44º | 1% | 0.23% | - |
| XYZ | 1.22 | 0.54 | 4.18 | - |
| YUV | 14.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 59 | 0.56 | 1 | 0 | 0.77 | 266.44 | 1 | 0.12 |
| Hex | 1A | 0 | 3B | 38 | 64 | 0 | 4D | 10A | 64 | C |
| Octal | 32 | 0 | 73 | 70 | 144 | 0 | 115 | 412 | 144 | 14 |
| Binary | 11010 | 0 | 111011 | 111000 | 1100100 | 0 | 1001101 | 100001010 | 1100100 | 1100 |
Color Harmonies of #1A003B
Complementary color
Monochromatic Colors of #1A003B
Black with #1A003B
Text Example
Text Example
White with #1A003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A003B; }
p { color: rgb(26,0,59); }
H1.HeaderClassName
{
color: #1A003B;
}
.AnyTagClassName
{
color: #1A003B;
}
</style>
background-color css
<style>
a { background-color: #1A003B; }
a { background-color: rgb(26,0,59); }
div.DivClassName
{
background-color: #1A003B;
}
.BgClassName
{
background-color: #1A003B;
}
</style>
border-color css
<style>
span { border-color: #1A003B; }
span { border-color: rgb(26,0,59); }
td.TdClassName
{
border-color: #1A003B;
}
.TagClassName
{
border-color: #1A003B;
}
</style>