Shades of Blackcurrant #260231
Tints of Blackcurrant #260231
RGB
CMYK
RGB Variations
Color information
#260231 (or 0x260231) is known color: Blackcurrant. HEX triplet: 26, 02 and 31. RGB value is (38,2,49). Sum of RGB (Red+Green+Blue) = 38+2+49=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #260231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260231 is #D9FDCE. Grayscale: #111111. Windows color (decimal): -14286287 or 3211814. OLE color: 3211814.
HSL color Cylindrical-coordinate representation of color #260231: hue angle of 285.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260231 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 2 | 49 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.81 |
| HSL | 285.96º | 0.92% | 0.1% | - |
| HSV(B) | 285.96º | 0.96% | 0.19% | - |
| XYZ | 1.38 | 0.68 | 2.96 | - |
| YUV | 18.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 49 | 0.22 | 0.96 | 0 | 0.81 | 285.96 | 0.92 | 0.1 |
| Hex | 26 | 2 | 31 | 16 | 60 | 0 | 51 | 11E | 5C | A |
| Octal | 46 | 2 | 61 | 26 | 140 | 0 | 121 | 436 | 134 | 12 |
| Binary | 100110 | 10 | 110001 | 10110 | 1100000 | 0 | 1010001 | 100011110 | 1011100 | 1010 |
Color Harmonies of #260231
Complementary color
Monochromatic Colors of #260231
Black with #260231
Text Example
Text Example
White with #260231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260231; }
p { color: rgb(38,2,49); }
H1.HeaderClassName
{
color: #260231;
}
.AnyTagClassName
{
color: #260231;
}
</style>
background-color css
<style>
a { background-color: #260231; }
a { background-color: rgb(38,2,49); }
div.DivClassName
{
background-color: #260231;
}
.BgClassName
{
background-color: #260231;
}
</style>
border-color css
<style>
span { border-color: #260231; }
span { border-color: rgb(38,2,49); }
td.TdClassName
{
border-color: #260231;
}
.TagClassName
{
border-color: #260231;
}
</style>