Shades of Blackcurrant #260831
Tints of Blackcurrant #260831
RGB
CMYK
RGB Variations
Color information
#260831 (or 0x260831) is known color: Blackcurrant. HEX triplet: 26, 08 and 31. RGB value is (38,8,49). Sum of RGB (Red+Green+Blue) = 38+8+49=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #260831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260831 is #D9F7CE. Grayscale: #151515. Windows color (decimal): -14284751 or 3213350. OLE color: 3213350.
HSL color Cylindrical-coordinate representation of color #260831: hue angle of 283.9º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260831 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 8 | 49 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.81 |
| HSL | 283.9º | 0.72% | 0.11% | - |
| HSV(B) | 283.9º | 0.84% | 0.19% | - |
| XYZ | 1.44 | 0.81 | 2.99 | - |
| YUV | 21.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 49 | 0.22 | 0.84 | 0 | 0.81 | 283.9 | 0.72 | 0.11 |
| Hex | 26 | 8 | 31 | 16 | 54 | 0 | 51 | 11C | 48 | B |
| Octal | 46 | 10 | 61 | 26 | 124 | 0 | 121 | 434 | 110 | 13 |
| Binary | 100110 | 1000 | 110001 | 10110 | 1010100 | 0 | 1010001 | 100011100 | 1001000 | 1011 |
Color Harmonies of #260831
Complementary color
Monochromatic Colors of #260831
Black with #260831
Text Example
Text Example
White with #260831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260831; }
p { color: rgb(38,8,49); }
H1.HeaderClassName
{
color: #260831;
}
.AnyTagClassName
{
color: #260831;
}
</style>
background-color css
<style>
a { background-color: #260831; }
a { background-color: rgb(38,8,49); }
div.DivClassName
{
background-color: #260831;
}
.BgClassName
{
background-color: #260831;
}
</style>
border-color css
<style>
span { border-color: #260831; }
span { border-color: rgb(38,8,49); }
td.TdClassName
{
border-color: #260831;
}
.TagClassName
{
border-color: #260831;
}
</style>