Shades of Blackcurrant #26012E
Tints of Blackcurrant #26012E
RGB
CMYK
RGB Variations
Color information
#26012E (or 0x26012E) is known color: Blackcurrant. HEX triplet: 26, 01 and 2E. RGB value is (38,1,46). Sum of RGB (Red+Green+Blue) = 38+1+46=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #26012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26012E is #D9FED1. Grayscale: #111111. Windows color (decimal): -14286546 or 3014950. OLE color: 3014950.
HSL color Cylindrical-coordinate representation of color #26012E: hue angle of 289.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26012E is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 1 | 46 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.82 |
| HSL | 289.33º | 0.96% | 0.09% | - |
| HSV(B) | 289.33º | 0.98% | 0.18% | - |
| XYZ | 1.3 | 0.63 | 2.64 | - |
| YUV | 17.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 46 | 0.17 | 0.98 | 0 | 0.82 | 289.33 | 0.96 | 0.09 |
| Hex | 26 | 1 | 2E | 11 | 62 | 0 | 52 | 121 | 60 | 9 |
| Octal | 46 | 1 | 56 | 21 | 142 | 0 | 122 | 441 | 140 | 11 |
| Binary | 100110 | 1 | 101110 | 10001 | 1100010 | 0 | 1010010 | 100100001 | 1100000 | 1001 |
Color Harmonies of #26012E
Complementary color
Monochromatic Colors of #26012E
Black with #26012E
Text Example
Text Example
White with #26012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26012E; }
p { color: rgb(38,1,46); }
H1.HeaderClassName
{
color: #26012E;
}
.AnyTagClassName
{
color: #26012E;
}
</style>
background-color css
<style>
a { background-color: #26012E; }
a { background-color: rgb(38,1,46); }
div.DivClassName
{
background-color: #26012E;
}
.BgClassName
{
background-color: #26012E;
}
</style>
border-color css
<style>
span { border-color: #26012E; }
span { border-color: rgb(38,1,46); }
td.TdClassName
{
border-color: #26012E;
}
.TagClassName
{
border-color: #26012E;
}
</style>