Shades of Blackcurrant #1A0C33
Tints of Blackcurrant #1A0C33
RGB
CMYK
RGB Variations
Color information
#1A0C33 (or 0x1A0C33) is known color: Blackcurrant. HEX triplet: 1A, 0C and 33. RGB value is (26,12,51). Sum of RGB (Red+Green+Blue) = 26+12+51=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #1A0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C33 is #E5F3CC. Grayscale: #141414. Windows color (decimal): -15070157 or 3345434. OLE color: 3345434.
HSL color Cylindrical-coordinate representation of color #1A0C33: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A0C33 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 12 | 51 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.8 |
| HSL | 261.54º | 0.62% | 0.12% | - |
| HSV(B) | 261.54º | 0.76% | 0.2% | - |
| XYZ | 1.16 | 0.72 | 3.21 | - |
| YUV | 20.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 51 | 0.49 | 0.76 | 0 | 0.8 | 261.54 | 0.62 | 0.12 |
| Hex | 1A | C | 33 | 31 | 4C | 0 | 50 | 106 | 3E | C |
| Octal | 32 | 14 | 63 | 61 | 114 | 0 | 120 | 406 | 76 | 14 |
| Binary | 11010 | 1100 | 110011 | 110001 | 1001100 | 0 | 1010000 | 100000110 | 111110 | 1100 |
Color Harmonies of #1A0C33
Complementary color
Monochromatic Colors of #1A0C33
Black with #1A0C33
Text Example
Text Example
White with #1A0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C33; }
p { color: rgb(26,12,51); }
H1.HeaderClassName
{
color: #1A0C33;
}
.AnyTagClassName
{
color: #1A0C33;
}
</style>
background-color css
<style>
a { background-color: #1A0C33; }
a { background-color: rgb(26,12,51); }
div.DivClassName
{
background-color: #1A0C33;
}
.BgClassName
{
background-color: #1A0C33;
}
</style>
border-color css
<style>
span { border-color: #1A0C33; }
span { border-color: rgb(26,12,51); }
td.TdClassName
{
border-color: #1A0C33;
}
.TagClassName
{
border-color: #1A0C33;
}
</style>