Shades of Blackcurrant #1A0330
Tints of Blackcurrant #1A0330
RGB
CMYK
RGB Variations
Color information
#1A0330 (or 0x1A0330) is known color: Blackcurrant. HEX triplet: 1A, 03 and 30. RGB value is (26,3,48). Sum of RGB (Red+Green+Blue) = 26+3+48=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0330 is #E5FCCF. Grayscale: #0E0E0E. Windows color (decimal): -15072464 or 3146522. OLE color: 3146522.
HSL color Cylindrical-coordinate representation of color #1A0330: hue angle of 270.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0330 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 3 | 48 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.81 |
| HSL | 270.67º | 0.88% | 0.1% | - |
| HSV(B) | 270.67º | 0.94% | 0.19% | - |
| XYZ | 0.99 | 0.5 | 2.84 | - |
| YUV | 15.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 48 | 0.46 | 0.94 | 0 | 0.81 | 270.67 | 0.88 | 0.1 |
| Hex | 1A | 3 | 30 | 2E | 5E | 0 | 51 | 10F | 58 | A |
| Octal | 32 | 3 | 60 | 56 | 136 | 0 | 121 | 417 | 130 | 12 |
| Binary | 11010 | 11 | 110000 | 101110 | 1011110 | 0 | 1010001 | 100001111 | 1011000 | 1010 |
Color Harmonies of #1A0330
Complementary color
Monochromatic Colors of #1A0330
Black with #1A0330
Text Example
Text Example
White with #1A0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0330; }
p { color: rgb(26,3,48); }
H1.HeaderClassName
{
color: #1A0330;
}
.AnyTagClassName
{
color: #1A0330;
}
</style>
background-color css
<style>
a { background-color: #1A0330; }
a { background-color: rgb(26,3,48); }
div.DivClassName
{
background-color: #1A0330;
}
.BgClassName
{
background-color: #1A0330;
}
</style>
border-color css
<style>
span { border-color: #1A0330; }
span { border-color: rgb(26,3,48); }
td.TdClassName
{
border-color: #1A0330;
}
.TagClassName
{
border-color: #1A0330;
}
</style>