Shades of Blackcurrant #26064E
Tints of Blackcurrant #26064E
RGB
CMYK
RGB Variations
Color information
#26064E (or 0x26064E) is known color: Blackcurrant. HEX triplet: 26, 06 and 4E. RGB value is (38,6,78). Sum of RGB (Red+Green+Blue) = 38+6+78=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #26064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26064E is #D9F9B1. Grayscale: #171717. Windows color (decimal): -14285234 or 5113382. OLE color: 5113382.
HSL color Cylindrical-coordinate representation of color #26064E: hue angle of 266.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26064E is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 6 | 78 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.69 |
| HSL | 266.67º | 0.86% | 0.16% | - |
| HSV(B) | 266.67º | 0.92% | 0.31% | - |
| XYZ | 2.24 | 1.09 | 7.3 | - |
| YUV | 23.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 78 | 0.51 | 0.92 | 0 | 0.69 | 266.67 | 0.86 | 0.16 |
| Hex | 26 | 6 | 4E | 33 | 5C | 0 | 45 | 10B | 56 | 10 |
| Octal | 46 | 6 | 116 | 63 | 134 | 0 | 105 | 413 | 126 | 20 |
| Binary | 100110 | 110 | 1001110 | 110011 | 1011100 | 0 | 1000101 | 100001011 | 1010110 | 10000 |
Color Harmonies of #26064E
Complementary color
Monochromatic Colors of #26064E
Black with #26064E
Text Example
Text Example
White with #26064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26064E; }
p { color: rgb(38,6,78); }
H1.HeaderClassName
{
color: #26064E;
}
.AnyTagClassName
{
color: #26064E;
}
</style>
background-color css
<style>
a { background-color: #26064E; }
a { background-color: rgb(38,6,78); }
div.DivClassName
{
background-color: #26064E;
}
.BgClassName
{
background-color: #26064E;
}
</style>
border-color css
<style>
span { border-color: #26064E; }
span { border-color: rgb(38,6,78); }
td.TdClassName
{
border-color: #26064E;
}
.TagClassName
{
border-color: #26064E;
}
</style>