Shades of Blackcurrant #1A0C32
Tints of Blackcurrant #1A0C32
RGB
CMYK
RGB Variations
Color information
#1A0C32 (or 0x1A0C32) is known color: Blackcurrant. HEX triplet: 1A, 0C and 32. RGB value is (26,12,50). Sum of RGB (Red+Green+Blue) = 26+12+50=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A0C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C32 is #E5F3CD. Grayscale: #141414. Windows color (decimal): -15070158 or 3279898. OLE color: 3279898.
HSL color Cylindrical-coordinate representation of color #1A0C32: hue angle of 262.11º degrees, saturation: 0.61, 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 #1A0C32 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 12 | 50 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.80 |
| HSL | 262.11º | 0.61% | 0.12% | - |
| HSV(B) | 262.11º | 0.76% | 0.2% | - |
| XYZ | 1.13 | 0.71 | 3.1 | - |
| YUV | 20.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 50 | 0.48 | 0.76 | 0 | 0.80 | 262.11 | 0.61 | 0.12 |
| Hex | 1A | C | 32 | 30 | 4C | 0 | 50 | 106 | 3D | C |
| Octal | 32 | 14 | 62 | 60 | 114 | 0 | 120 | 406 | 75 | 14 |
| Binary | 11010 | 1100 | 110010 | 110000 | 1001100 | 0 | 1010000 | 100000110 | 111101 | 1100 |
Color Harmonies of #1A0C32
Complementary color
Monochromatic Colors of #1A0C32
Black with #1A0C32
Text Example
Text Example
White with #1A0C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C32; }
p { color: rgb(26,12,50); }
H1.HeaderClassName
{
color: #1A0C32;
}
.AnyTagClassName
{
color: #1A0C32;
}
</style>
background-color css
<style>
a { background-color: #1A0C32; }
a { background-color: rgb(26,12,50); }
div.DivClassName
{
background-color: #1A0C32;
}
.BgClassName
{
background-color: #1A0C32;
}
</style>
border-color css
<style>
span { border-color: #1A0C32; }
span { border-color: rgb(26,12,50); }
td.TdClassName
{
border-color: #1A0C32;
}
.TagClassName
{
border-color: #1A0C32;
}
</style>