Shades of Blackcurrant #26202D
Tints of Blackcurrant #26202D
RGB
CMYK
RGB Variations
Color information
#26202D (or 0x26202D) is known color: Blackcurrant. HEX triplet: 26, 20 and 2D. RGB value is (38,32,45). Sum of RGB (Red+Green+Blue) = 38+32+45=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 45 - color contains mainly: blue. Hex color #26202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26202D is #D9DFD2. Grayscale: #232323. Windows color (decimal): -14278611 or 2957350. OLE color: 2957350.
HSL color Cylindrical-coordinate representation of color #26202D: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #26202D is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 32 | 45 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.82 |
| HSL | 267.69º | 0.17% | 0.15% | - |
| HSV(B) | 267.69º | 0.29% | 0.18% | - |
| XYZ | 1.79 | 1.63 | 2.7 | - |
| YUV | 35.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 45 | 0.16 | 0.29 | 0 | 0.82 | 267.69 | 0.17 | 0.15 |
| Hex | 26 | 20 | 2D | 10 | 1D | 0 | 52 | 10C | 11 | F |
| Octal | 46 | 40 | 55 | 20 | 35 | 0 | 122 | 414 | 21 | 17 |
| Binary | 100110 | 100000 | 101101 | 10000 | 11101 | 0 | 1010010 | 100001100 | 10001 | 1111 |
Color Harmonies of #26202D
Complementary color
Monochromatic Colors of #26202D
Black with #26202D
Text Example
Text Example
White with #26202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26202D; }
p { color: rgb(38,32,45); }
H1.HeaderClassName
{
color: #26202D;
}
.AnyTagClassName
{
color: #26202D;
}
</style>
background-color css
<style>
a { background-color: #26202D; }
a { background-color: rgb(38,32,45); }
div.DivClassName
{
background-color: #26202D;
}
.BgClassName
{
background-color: #26202D;
}
</style>
border-color css
<style>
span { border-color: #26202D; }
span { border-color: rgb(38,32,45); }
td.TdClassName
{
border-color: #26202D;
}
.TagClassName
{
border-color: #26202D;
}
</style>