Shades of Blackcurrant #260047
Tints of Blackcurrant #260047
RGB
CMYK
RGB Variations
Color information
#260047 (or 0x260047) is known color: Blackcurrant. HEX triplet: 26, 00 and 47. RGB value is (38,0,71). Sum of RGB (Red+Green+Blue) = 38+0+71=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #260047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260047 is #D9FFB8. Grayscale: #131313. Windows color (decimal): -14286777 or 4653094. OLE color: 4653094.
HSL color Cylindrical-coordinate representation of color #260047: hue angle of 272.11º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260047 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 0 | 71 | - |
| CMYK | 0.46 | 1 | 0 | 0.72 |
| HSL | 272.11º | 1% | 0.14% | - |
| HSV(B) | 272.11º | 1% | 0.28% | - |
| XYZ | 1.94 | 0.87 | 6.03 | - |
| YUV | 19.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 71 | 0.46 | 1 | 0 | 0.72 | 272.11 | 1 | 0.14 |
| Hex | 26 | 0 | 47 | 2E | 64 | 0 | 48 | 110 | 64 | E |
| Octal | 46 | 0 | 107 | 56 | 144 | 0 | 110 | 420 | 144 | 16 |
| Binary | 100110 | 0 | 1000111 | 101110 | 1100100 | 0 | 1001000 | 100010000 | 1100100 | 1110 |
Color Harmonies of #260047
Complementary color
Monochromatic Colors of #260047
Black with #260047
Text Example
Text Example
White with #260047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260047; }
p { color: rgb(38,0,71); }
H1.HeaderClassName
{
color: #260047;
}
.AnyTagClassName
{
color: #260047;
}
</style>
background-color css
<style>
a { background-color: #260047; }
a { background-color: rgb(38,0,71); }
div.DivClassName
{
background-color: #260047;
}
.BgClassName
{
background-color: #260047;
}
</style>
border-color css
<style>
span { border-color: #260047; }
span { border-color: rgb(38,0,71); }
td.TdClassName
{
border-color: #260047;
}
.TagClassName
{
border-color: #260047;
}
</style>