Shades of Blackcurrant #260B49
Tints of Blackcurrant #260B49
RGB
CMYK
RGB Variations
Color information
#260B49 (or 0x260B49) is known color: Blackcurrant. HEX triplet: 26, 0B and 49. RGB value is (38,11,73). Sum of RGB (Red+Green+Blue) = 38+11+73=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #260B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B49 is #D9F4B6. Grayscale: #191919. Windows color (decimal): -14283959 or 4786982. OLE color: 4786982.
HSL color Cylindrical-coordinate representation of color #260B49: hue angle of 266.13º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260B49 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 11 | 73 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.71 |
| HSL | 266.13º | 0.74% | 0.16% | - |
| HSV(B) | 266.13º | 0.85% | 0.29% | - |
| XYZ | 2.12 | 1.13 | 6.41 | - |
| YUV | 26.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 73 | 0.48 | 0.85 | 0 | 0.71 | 266.13 | 0.74 | 0.16 |
| Hex | 26 | B | 49 | 30 | 55 | 0 | 47 | 10A | 4A | 10 |
| Octal | 46 | 13 | 111 | 60 | 125 | 0 | 107 | 412 | 112 | 20 |
| Binary | 100110 | 1011 | 1001001 | 110000 | 1010101 | 0 | 1000111 | 100001010 | 1001010 | 10000 |
Color Harmonies of #260B49
Complementary color
Monochromatic Colors of #260B49
Black with #260B49
Text Example
Text Example
White with #260B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B49; }
p { color: rgb(38,11,73); }
H1.HeaderClassName
{
color: #260B49;
}
.AnyTagClassName
{
color: #260B49;
}
</style>
background-color css
<style>
a { background-color: #260B49; }
a { background-color: rgb(38,11,73); }
div.DivClassName
{
background-color: #260B49;
}
.BgClassName
{
background-color: #260B49;
}
</style>
border-color css
<style>
span { border-color: #260B49; }
span { border-color: rgb(38,11,73); }
td.TdClassName
{
border-color: #260B49;
}
.TagClassName
{
border-color: #260B49;
}
</style>