Shades of Blackcurrant #1A003F
Tints of Blackcurrant #1A003F
RGB
CMYK
RGB Variations
Color information
#1A003F (or 0x1A003F) is known color: Blackcurrant. HEX triplet: 1A, 00 and 3F. RGB value is (26,0,63). Sum of RGB (Red+Green+Blue) = 26+0+63=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A003F is #E5FFC0. Grayscale: #0E0E0E. Windows color (decimal): -15073217 or 4128794. OLE color: 4128794.
HSL color Cylindrical-coordinate representation of color #1A003F: hue angle of 264.76º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A003F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 0 | 63 | - |
| CMYK | 0.59 | 1 | 0 | 0.75 |
| HSL | 264.76º | 1% | 0.12% | - |
| HSV(B) | 264.76º | 1% | 0.25% | - |
| XYZ | 1.32 | 0.58 | 4.74 | - |
| YUV | 14.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 63 | 0.59 | 1 | 0 | 0.75 | 264.76 | 1 | 0.12 |
| Hex | 1A | 0 | 3F | 3B | 64 | 0 | 4B | 109 | 64 | C |
| Octal | 32 | 0 | 77 | 73 | 144 | 0 | 113 | 411 | 144 | 14 |
| Binary | 11010 | 0 | 111111 | 111011 | 1100100 | 0 | 1001011 | 100001001 | 1100100 | 1100 |
Color Harmonies of #1A003F
Complementary color
Monochromatic Colors of #1A003F
Black with #1A003F
Text Example
Text Example
White with #1A003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A003F; }
p { color: rgb(26,0,63); }
H1.HeaderClassName
{
color: #1A003F;
}
.AnyTagClassName
{
color: #1A003F;
}
</style>
background-color css
<style>
a { background-color: #1A003F; }
a { background-color: rgb(26,0,63); }
div.DivClassName
{
background-color: #1A003F;
}
.BgClassName
{
background-color: #1A003F;
}
</style>
border-color css
<style>
span { border-color: #1A003F; }
span { border-color: rgb(26,0,63); }
td.TdClassName
{
border-color: #1A003F;
}
.TagClassName
{
border-color: #1A003F;
}
</style>