Shades of Blackcurrant #26192D
Tints of Blackcurrant #26192D
RGB
CMYK
RGB Variations
Color information
#26192D (or 0x26192D) is known color: Blackcurrant. HEX triplet: 26, 19 and 2D. RGB value is (38,25,45). Sum of RGB (Red+Green+Blue) = 38+25+45=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #26192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26192D is #D9E6D2. Grayscale: #1F1F1F. Windows color (decimal): -14280403 or 2955558. OLE color: 2955558.
HSL color Cylindrical-coordinate representation of color #26192D: hue angle of 279º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #26192D is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 25 | 45 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.82 |
| HSL | 279º | 0.29% | 0.14% | - |
| HSV(B) | 279º | 0.44% | 0.18% | - |
| XYZ | 1.62 | 1.3 | 2.65 | - |
| YUV | 31.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 45 | 0.16 | 0.44 | 0 | 0.82 | 279 | 0.29 | 0.14 |
| Hex | 26 | 19 | 2D | 10 | 2C | 0 | 52 | 117 | 1D | E |
| Octal | 46 | 31 | 55 | 20 | 54 | 0 | 122 | 427 | 35 | 16 |
| Binary | 100110 | 11001 | 101101 | 10000 | 101100 | 0 | 1010010 | 100010111 | 11101 | 1110 |
Color Harmonies of #26192D
Complementary color
Monochromatic Colors of #26192D
Black with #26192D
Text Example
Text Example
White with #26192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26192D; }
p { color: rgb(38,25,45); }
H1.HeaderClassName
{
color: #26192D;
}
.AnyTagClassName
{
color: #26192D;
}
</style>
background-color css
<style>
a { background-color: #26192D; }
a { background-color: rgb(38,25,45); }
div.DivClassName
{
background-color: #26192D;
}
.BgClassName
{
background-color: #26192D;
}
</style>
border-color css
<style>
span { border-color: #26192D; }
span { border-color: rgb(38,25,45); }
td.TdClassName
{
border-color: #26192D;
}
.TagClassName
{
border-color: #26192D;
}
</style>