Shades of Blackcurrant #10041A
Tints of Blackcurrant #10041A
RGB
CMYK
RGB Variations
Color information
#10041A (or 0x10041A) is known color: Blackcurrant. HEX triplet: 10, 04 and 1A. RGB value is (16,4,26). Sum of RGB (Red+Green+Blue) = 16+4+26=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #10041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041A is #EFFBE5. Grayscale: #0A0A0A. Windows color (decimal): -15727590 or 1704976. OLE color: 1704976.
HSL color Cylindrical-coordinate representation of color #10041A: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10041A is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 4 | 26 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.90 |
| HSL | 272.73º | 0.73% | 0.06% | - |
| HSV(B) | 272.73º | 0.85% | 0.1% | - |
| XYZ | 0.44 | 0.27 | 1.01 | - |
| YUV | 10.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 26 | 0.38 | 0.85 | 0 | 0.90 | 272.73 | 0.73 | 0.06 |
| Hex | 10 | 4 | 1A | 26 | 55 | 0 | 5A | 111 | 49 | 6 |
| Octal | 20 | 4 | 32 | 46 | 125 | 0 | 132 | 421 | 111 | 6 |
| Binary | 10000 | 100 | 11010 | 100110 | 1010101 | 0 | 1011010 | 100010001 | 1001001 | 110 |
Color Harmonies of #10041A
Complementary color
Monochromatic Colors of #10041A
Black with #10041A
Text Example
Text Example
White with #10041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10041A; }
p { color: rgb(16,4,26); }
H1.HeaderClassName
{
color: #10041A;
}
.AnyTagClassName
{
color: #10041A;
}
</style>
background-color css
<style>
a { background-color: #10041A; }
a { background-color: rgb(16,4,26); }
div.DivClassName
{
background-color: #10041A;
}
.BgClassName
{
background-color: #10041A;
}
</style>
border-color css
<style>
span { border-color: #10041A; }
span { border-color: rgb(16,4,26); }
td.TdClassName
{
border-color: #10041A;
}
.TagClassName
{
border-color: #10041A;
}
</style>