Shades of Blackcurrant #26212B
Tints of Blackcurrant #26212B
RGB
CMYK
RGB Variations
Color information
#26212B (or 0x26212B) is known color: Blackcurrant. HEX triplet: 26, 21 and 2B. RGB value is (38,33,43). Sum of RGB (Red+Green+Blue) = 38+33+43=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #26212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26212B is #D9DED4. Grayscale: #232323. Windows color (decimal): -14278357 or 2826534. OLE color: 2826534.
HSL color Cylindrical-coordinate representation of color #26212B: hue angle of 270º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #26212B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 33 | 43 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.83 |
| HSL | 270º | 0.13% | 0.15% | - |
| HSV(B) | 270º | 0.23% | 0.17% | - |
| XYZ | 1.78 | 1.67 | 2.51 | - |
| YUV | 35.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 43 | 0.12 | 0.23 | 0 | 0.83 | 270 | 0.13 | 0.15 |
| Hex | 26 | 21 | 2B | C | 17 | 0 | 53 | 10E | D | F |
| Octal | 46 | 41 | 53 | 14 | 27 | 0 | 123 | 416 | 15 | 17 |
| Binary | 100110 | 100001 | 101011 | 1100 | 10111 | 0 | 1010011 | 100001110 | 1101 | 1111 |
Color Harmonies of #26212B
Complementary color
Monochromatic Colors of #26212B
Black with #26212B
Text Example
Text Example
White with #26212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26212B; }
p { color: rgb(38,33,43); }
H1.HeaderClassName
{
color: #26212B;
}
.AnyTagClassName
{
color: #26212B;
}
</style>
background-color css
<style>
a { background-color: #26212B; }
a { background-color: rgb(38,33,43); }
div.DivClassName
{
background-color: #26212B;
}
.BgClassName
{
background-color: #26212B;
}
</style>
border-color css
<style>
span { border-color: #26212B; }
span { border-color: rgb(38,33,43); }
td.TdClassName
{
border-color: #26212B;
}
.TagClassName
{
border-color: #26212B;
}
</style>