Shades of Blackcurrant #26212C
Tints of Blackcurrant #26212C
RGB
CMYK
RGB Variations
Color information
#26212C (or 0x26212C) is known color: Blackcurrant. HEX triplet: 26, 21 and 2C. RGB value is (38,33,44). Sum of RGB (Red+Green+Blue) = 38+33+44=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #26212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26212C is #D9DED3. Grayscale: #232323. Windows color (decimal): -14278356 or 2892070. OLE color: 2892070.
HSL color Cylindrical-coordinate representation of color #26212C: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #26212C is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 33 | 44 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.83 |
| HSL | 267.27º | 0.14% | 0.15% | - |
| HSV(B) | 267.27º | 0.25% | 0.17% | - |
| XYZ | 1.8 | 1.68 | 2.61 | - |
| YUV | 35.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 44 | 0.14 | 0.25 | 0 | 0.83 | 267.27 | 0.14 | 0.15 |
| Hex | 26 | 21 | 2C | E | 19 | 0 | 53 | 10B | E | F |
| Octal | 46 | 41 | 54 | 16 | 31 | 0 | 123 | 413 | 16 | 17 |
| Binary | 100110 | 100001 | 101100 | 1110 | 11001 | 0 | 1010011 | 100001011 | 1110 | 1111 |
Color Harmonies of #26212C
Complementary color
Monochromatic Colors of #26212C
Black with #26212C
Text Example
Text Example
White with #26212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26212C; }
p { color: rgb(38,33,44); }
H1.HeaderClassName
{
color: #26212C;
}
.AnyTagClassName
{
color: #26212C;
}
</style>
background-color css
<style>
a { background-color: #26212C; }
a { background-color: rgb(38,33,44); }
div.DivClassName
{
background-color: #26212C;
}
.BgClassName
{
background-color: #26212C;
}
</style>
border-color css
<style>
span { border-color: #26212C; }
span { border-color: rgb(38,33,44); }
td.TdClassName
{
border-color: #26212C;
}
.TagClassName
{
border-color: #26212C;
}
</style>