Shades of Blackcurrant #26014F
Tints of Blackcurrant #26014F
RGB
CMYK
RGB Variations
Color information
#26014F (or 0x26014F) is known color: Blackcurrant. HEX triplet: 26, 01 and 4F. RGB value is (38,1,79). Sum of RGB (Red+Green+Blue) = 38+1+79=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #26014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26014F is #D9FEB0. Grayscale: #141414. Windows color (decimal): -14286513 or 5177638. OLE color: 5177638.
HSL color Cylindrical-coordinate representation of color #26014F: hue angle of 268.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26014F is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 1 | 79 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.69 |
| HSL | 268.46º | 0.98% | 0.16% | - |
| HSV(B) | 268.46º | 0.99% | 0.31% | - |
| XYZ | 2.22 | 1 | 7.47 | - |
| YUV | 20.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 79 | 0.52 | 0.99 | 0 | 0.69 | 268.46 | 0.98 | 0.16 |
| Hex | 26 | 1 | 4F | 34 | 63 | 0 | 45 | 10C | 62 | 10 |
| Octal | 46 | 1 | 117 | 64 | 143 | 0 | 105 | 414 | 142 | 20 |
| Binary | 100110 | 1 | 1001111 | 110100 | 1100011 | 0 | 1000101 | 100001100 | 1100010 | 10000 |
Color Harmonies of #26014F
Complementary color
Monochromatic Colors of #26014F
Black with #26014F
Text Example
Text Example
White with #26014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26014F; }
p { color: rgb(38,1,79); }
H1.HeaderClassName
{
color: #26014F;
}
.AnyTagClassName
{
color: #26014F;
}
</style>
background-color css
<style>
a { background-color: #26014F; }
a { background-color: rgb(38,1,79); }
div.DivClassName
{
background-color: #26014F;
}
.BgClassName
{
background-color: #26014F;
}
</style>
border-color css
<style>
span { border-color: #26014F; }
span { border-color: rgb(38,1,79); }
td.TdClassName
{
border-color: #26014F;
}
.TagClassName
{
border-color: #26014F;
}
</style>