Shades of Blackcurrant #26022E
Tints of Blackcurrant #26022E
RGB
CMYK
RGB Variations
Color information
#26022E (or 0x26022E) is known color: Blackcurrant. HEX triplet: 26, 02 and 2E. RGB value is (38,2,46). Sum of RGB (Red+Green+Blue) = 38+2+46=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #26022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26022E is #D9FDD1. Grayscale: #111111. Windows color (decimal): -14286290 or 3015206. OLE color: 3015206.
HSL color Cylindrical-coordinate representation of color #26022E: hue angle of 289.09º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26022E is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 2 | 46 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.82 |
| HSL | 289.09º | 0.92% | 0.09% | - |
| HSV(B) | 289.09º | 0.96% | 0.18% | - |
| XYZ | 1.31 | 0.65 | 2.64 | - |
| YUV | 17.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 46 | 0.17 | 0.96 | 0 | 0.82 | 289.09 | 0.92 | 0.09 |
| Hex | 26 | 2 | 2E | 11 | 60 | 0 | 52 | 121 | 5C | 9 |
| Octal | 46 | 2 | 56 | 21 | 140 | 0 | 122 | 441 | 134 | 11 |
| Binary | 100110 | 10 | 101110 | 10001 | 1100000 | 0 | 1010010 | 100100001 | 1011100 | 1001 |
Color Harmonies of #26022E
Complementary color
Monochromatic Colors of #26022E
Black with #26022E
Text Example
Text Example
White with #26022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26022E; }
p { color: rgb(38,2,46); }
H1.HeaderClassName
{
color: #26022E;
}
.AnyTagClassName
{
color: #26022E;
}
</style>
background-color css
<style>
a { background-color: #26022E; }
a { background-color: rgb(38,2,46); }
div.DivClassName
{
background-color: #26022E;
}
.BgClassName
{
background-color: #26022E;
}
</style>
border-color css
<style>
span { border-color: #26022E; }
span { border-color: rgb(38,2,46); }
td.TdClassName
{
border-color: #26022E;
}
.TagClassName
{
border-color: #26022E;
}
</style>