Shades of Blackcurrant #26082B
Tints of Blackcurrant #26082B
RGB
CMYK
RGB Variations
Color information
#26082B (or 0x26082B) is known color: Blackcurrant. HEX triplet: 26, 08 and 2B. RGB value is (38,8,43). Sum of RGB (Red+Green+Blue) = 38+8+43=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #26082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26082B is #D9F7D4. Grayscale: #141414. Windows color (decimal): -14284757 or 2820134. OLE color: 2820134.
HSL color Cylindrical-coordinate representation of color #26082B: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26082B is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 8 | 43 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.83 |
| HSL | 291.43º | 0.69% | 0.1% | - |
| HSV(B) | 291.43º | 0.81% | 0.17% | - |
| XYZ | 1.32 | 0.76 | 2.36 | - |
| YUV | 20.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 43 | 0.12 | 0.81 | 0 | 0.83 | 291.43 | 0.69 | 0.1 |
| Hex | 26 | 8 | 2B | C | 51 | 0 | 53 | 123 | 45 | A |
| Octal | 46 | 10 | 53 | 14 | 121 | 0 | 123 | 443 | 105 | 12 |
| Binary | 100110 | 1000 | 101011 | 1100 | 1010001 | 0 | 1010011 | 100100011 | 1000101 | 1010 |
Color Harmonies of #26082B
Complementary color
Monochromatic Colors of #26082B
Black with #26082B
Text Example
Text Example
White with #26082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26082B; }
p { color: rgb(38,8,43); }
H1.HeaderClassName
{
color: #26082B;
}
.AnyTagClassName
{
color: #26082B;
}
</style>
background-color css
<style>
a { background-color: #26082B; }
a { background-color: rgb(38,8,43); }
div.DivClassName
{
background-color: #26082B;
}
.BgClassName
{
background-color: #26082B;
}
</style>
border-color css
<style>
span { border-color: #26082B; }
span { border-color: rgb(38,8,43); }
td.TdClassName
{
border-color: #26082B;
}
.TagClassName
{
border-color: #26082B;
}
</style>