Shades of Blackcurrant #26072C
Tints of Blackcurrant #26072C
RGB
CMYK
RGB Variations
Color information
#26072C (or 0x26072C) is known color: Blackcurrant. HEX triplet: 26, 07 and 2C. RGB value is (38,7,44). Sum of RGB (Red+Green+Blue) = 38+7+44=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #26072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26072C is #D9F8D3. Grayscale: #141414. Windows color (decimal): -14285012 or 2885414. OLE color: 2885414.
HSL color Cylindrical-coordinate representation of color #26072C: hue angle of 290.27º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26072C is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 7 | 44 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.83 |
| HSL | 290.27º | 0.73% | 0.1% | - |
| HSV(B) | 290.27º | 0.84% | 0.17% | - |
| XYZ | 1.33 | 0.75 | 2.46 | - |
| YUV | 20.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 44 | 0.14 | 0.84 | 0 | 0.83 | 290.27 | 0.73 | 0.1 |
| Hex | 26 | 7 | 2C | E | 54 | 0 | 53 | 122 | 49 | A |
| Octal | 46 | 7 | 54 | 16 | 124 | 0 | 123 | 442 | 111 | 12 |
| Binary | 100110 | 111 | 101100 | 1110 | 1010100 | 0 | 1010011 | 100100010 | 1001001 | 1010 |
Color Harmonies of #26072C
Complementary color
Monochromatic Colors of #26072C
Black with #26072C
Text Example
Text Example
White with #26072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26072C; }
p { color: rgb(38,7,44); }
H1.HeaderClassName
{
color: #26072C;
}
.AnyTagClassName
{
color: #26072C;
}
</style>
background-color css
<style>
a { background-color: #26072C; }
a { background-color: rgb(38,7,44); }
div.DivClassName
{
background-color: #26072C;
}
.BgClassName
{
background-color: #26072C;
}
</style>
border-color css
<style>
span { border-color: #26072C; }
span { border-color: rgb(38,7,44); }
td.TdClassName
{
border-color: #26072C;
}
.TagClassName
{
border-color: #26072C;
}
</style>