Shades of Blackcurrant #260949
Tints of Blackcurrant #260949
RGB
CMYK
RGB Variations
Color information
#260949 (or 0x260949) is known color: Blackcurrant. HEX triplet: 26, 09 and 49. RGB value is (38,9,73). Sum of RGB (Red+Green+Blue) = 38+9+73=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #260949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260949 is #D9F6B6. Grayscale: #181818. Windows color (decimal): -14284471 or 4786470. OLE color: 4786470.
HSL color Cylindrical-coordinate representation of color #260949: hue angle of 267.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260949 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 9 | 73 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.71 |
| HSL | 267.19º | 0.78% | 0.16% | - |
| HSV(B) | 267.19º | 0.88% | 0.29% | - |
| XYZ | 2.1 | 1.09 | 6.4 | - |
| YUV | 24.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 73 | 0.48 | 0.88 | 0 | 0.71 | 267.19 | 0.78 | 0.16 |
| Hex | 26 | 9 | 49 | 30 | 58 | 0 | 47 | 10B | 4E | 10 |
| Octal | 46 | 11 | 111 | 60 | 130 | 0 | 107 | 413 | 116 | 20 |
| Binary | 100110 | 1001 | 1001001 | 110000 | 1011000 | 0 | 1000111 | 100001011 | 1001110 | 10000 |
Color Harmonies of #260949
Complementary color
Monochromatic Colors of #260949
Black with #260949
Text Example
Text Example
White with #260949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260949; }
p { color: rgb(38,9,73); }
H1.HeaderClassName
{
color: #260949;
}
.AnyTagClassName
{
color: #260949;
}
</style>
background-color css
<style>
a { background-color: #260949; }
a { background-color: rgb(38,9,73); }
div.DivClassName
{
background-color: #260949;
}
.BgClassName
{
background-color: #260949;
}
</style>
border-color css
<style>
span { border-color: #260949; }
span { border-color: rgb(38,9,73); }
td.TdClassName
{
border-color: #260949;
}
.TagClassName
{
border-color: #260949;
}
</style>