Shades of Blackcurrant #1A0033
Tints of Blackcurrant #1A0033
RGB
CMYK
RGB Variations
Color information
#1A0033 (or 0x1A0033) is known color: Blackcurrant. HEX triplet: 1A, 00 and 33. RGB value is (26,0,51). Sum of RGB (Red+Green+Blue) = 26+0+51=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #1A0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0033 is #E5FFCC. Grayscale: #0D0D0D. Windows color (decimal): -15073229 or 3342362. OLE color: 3342362.
HSL color Cylindrical-coordinate representation of color #1A0033: hue angle of 270.59º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0033 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
RGB | 26 | 0 | 51 | - |
CMYK | 0.49 | 1 | 0 | 0.8 |
HSL | 270.59º | 1% | 0.1% | - |
HSV(B) | 270.59º | 1% | 0.2% | - |
XYZ | 1.02 | 0.46 | 3.17 | - |
YUV | 13.59 | 149.11 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 0 | 51 | 0.49 | 1 | 0 | 0.8 | 270.59 | 1 | 0.1 |
Hex | 1A | 0 | 33 | 31 | 64 | 0 | 50 | 10F | 64 | A |
Octal | 32 | 0 | 63 | 61 | 144 | 0 | 120 | 417 | 144 | 12 |
Binary | 11010 | 0 | 110011 | 110001 | 1100100 | 0 | 1010000 | 100001111 | 1100100 | 1010 |
Color Harmonies of #1A0033
Complementary color
Monochromatic Colors of #1A0033
Black with #1A0033
Text Example
Text Example
White with #1A0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0033; }
p { color: rgb(26,0,51); }
H1.HeaderClassName
{
color: #1A0033;
}
.AnyTagClassName
{
color: #1A0033;
}
</style>
background-color css
<style>
a { background-color: #1A0033; }
a { background-color: rgb(26,0,51); }
div.DivClassName
{
background-color: #1A0033;
}
.BgClassName
{
background-color: #1A0033;
}
</style>
border-color css
<style>
span { border-color: #1A0033; }
span { border-color: rgb(26,0,51); }
td.TdClassName
{
border-color: #1A0033;
}
.TagClassName
{
border-color: #1A0033;
}
</style>