Shades of Blackcurrant #260B47
Tints of Blackcurrant #260B47
RGB
CMYK
RGB Variations
Color information
#260B47 (or 0x260B47) is known color: Blackcurrant. HEX triplet: 26, 0B and 47. RGB value is (38,11,71). Sum of RGB (Red+Green+Blue) = 38+11+71=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #260B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B47 is #D9F4B8. Grayscale: #191919. Windows color (decimal): -14283961 or 4655910. OLE color: 4655910.
HSL color Cylindrical-coordinate representation of color #260B47: hue angle of 267º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260B47 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 11 | 71 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.72 |
| HSL | 267º | 0.73% | 0.16% | - |
| HSV(B) | 267º | 0.85% | 0.28% | - |
| XYZ | 2.06 | 1.11 | 6.07 | - |
| YUV | 25.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 71 | 0.46 | 0.85 | 0 | 0.72 | 267 | 0.73 | 0.16 |
| Hex | 26 | B | 47 | 2E | 55 | 0 | 48 | 10B | 49 | 10 |
| Octal | 46 | 13 | 107 | 56 | 125 | 0 | 110 | 413 | 111 | 20 |
| Binary | 100110 | 1011 | 1000111 | 101110 | 1010101 | 0 | 1001000 | 100001011 | 1001001 | 10000 |
Color Harmonies of #260B47
Complementary color
Monochromatic Colors of #260B47
Black with #260B47
Text Example
Text Example
White with #260B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B47; }
p { color: rgb(38,11,71); }
H1.HeaderClassName
{
color: #260B47;
}
.AnyTagClassName
{
color: #260B47;
}
</style>
background-color css
<style>
a { background-color: #260B47; }
a { background-color: rgb(38,11,71); }
div.DivClassName
{
background-color: #260B47;
}
.BgClassName
{
background-color: #260B47;
}
</style>
border-color css
<style>
span { border-color: #260B47; }
span { border-color: rgb(38,11,71); }
td.TdClassName
{
border-color: #260B47;
}
.TagClassName
{
border-color: #260B47;
}
</style>