Shades of Blackcurrant #26152C
Tints of Blackcurrant #26152C
RGB
CMYK
RGB Variations
Color information
#26152C (or 0x26152C) is known color: Blackcurrant. HEX triplet: 26, 15 and 2C. RGB value is (38,21,44). Sum of RGB (Red+Green+Blue) = 38+21+44=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #26152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26152C is #D9EAD3. Grayscale: #1C1C1C. Windows color (decimal): -14281428 or 2888998. OLE color: 2888998.
HSL color Cylindrical-coordinate representation of color #26152C: hue angle of 284.35º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26152C is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 21 | 44 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.83 |
| HSL | 284.35º | 0.35% | 0.13% | - |
| HSV(B) | 284.35º | 0.52% | 0.17% | - |
| XYZ | 1.52 | 1.13 | 2.52 | - |
| YUV | 28.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 44 | 0.14 | 0.52 | 0 | 0.83 | 284.35 | 0.35 | 0.13 |
| Hex | 26 | 15 | 2C | E | 34 | 0 | 53 | 11C | 23 | D |
| Octal | 46 | 25 | 54 | 16 | 64 | 0 | 123 | 434 | 43 | 15 |
| Binary | 100110 | 10101 | 101100 | 1110 | 110100 | 0 | 1010011 | 100011100 | 100011 | 1101 |
Color Harmonies of #26152C
Complementary color
Monochromatic Colors of #26152C
Black with #26152C
Text Example
Text Example
White with #26152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26152C; }
p { color: rgb(38,21,44); }
H1.HeaderClassName
{
color: #26152C;
}
.AnyTagClassName
{
color: #26152C;
}
</style>
background-color css
<style>
a { background-color: #26152C; }
a { background-color: rgb(38,21,44); }
div.DivClassName
{
background-color: #26152C;
}
.BgClassName
{
background-color: #26152C;
}
</style>
border-color css
<style>
span { border-color: #26152C; }
span { border-color: rgb(38,21,44); }
td.TdClassName
{
border-color: #26152C;
}
.TagClassName
{
border-color: #26152C;
}
</style>