Shades of Blackcurrant #26012B
Tints of Blackcurrant #26012B
RGB
CMYK
RGB Variations
Color information
#26012B (or 0x26012B) is known color: Blackcurrant. HEX triplet: 26, 01 and 2B. RGB value is (38,1,43). Sum of RGB (Red+Green+Blue) = 38+1+43=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #26012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26012B is #D9FED4. Grayscale: #101010. Windows color (decimal): -14286549 or 2818342. OLE color: 2818342.
HSL color Cylindrical-coordinate representation of color #26012B: hue angle of 292.86º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26012B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 1 | 43 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.83 |
| HSL | 292.86º | 0.95% | 0.09% | - |
| HSV(B) | 292.86º | 0.98% | 0.17% | - |
| XYZ | 1.25 | 0.61 | 2.34 | - |
| YUV | 16.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 43 | 0.12 | 0.98 | 0 | 0.83 | 292.86 | 0.95 | 0.09 |
| Hex | 26 | 1 | 2B | C | 62 | 0 | 53 | 125 | 5F | 9 |
| Octal | 46 | 1 | 53 | 14 | 142 | 0 | 123 | 445 | 137 | 11 |
| Binary | 100110 | 1 | 101011 | 1100 | 1100010 | 0 | 1010011 | 100100101 | 1011111 | 1001 |
Color Harmonies of #26012B
Complementary color
Monochromatic Colors of #26012B
Black with #26012B
Text Example
Text Example
White with #26012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26012B; }
p { color: rgb(38,1,43); }
H1.HeaderClassName
{
color: #26012B;
}
.AnyTagClassName
{
color: #26012B;
}
</style>
background-color css
<style>
a { background-color: #26012B; }
a { background-color: rgb(38,1,43); }
div.DivClassName
{
background-color: #26012B;
}
.BgClassName
{
background-color: #26012B;
}
</style>
border-color css
<style>
span { border-color: #26012B; }
span { border-color: rgb(38,1,43); }
td.TdClassName
{
border-color: #26012B;
}
.TagClassName
{
border-color: #26012B;
}
</style>