Shades of Blackcurrant #260546
Tints of Blackcurrant #260546
RGB
CMYK
RGB Variations
Color information
#260546 (or 0x260546) is known color: Blackcurrant. HEX triplet: 26, 05 and 46. RGB value is (38,5,70). Sum of RGB (Red+Green+Blue) = 38+5+70=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #260546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260546 is #D9FAB9. Grayscale: #161616. Windows color (decimal): -14285498 or 4588838. OLE color: 4588838.
HSL color Cylindrical-coordinate representation of color #260546: hue angle of 270.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260546 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 5 | 70 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.73 |
| HSL | 270.46º | 0.87% | 0.15% | - |
| HSV(B) | 270.46º | 0.93% | 0.27% | - |
| XYZ | 1.96 | 0.96 | 5.88 | - |
| YUV | 22.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 70 | 0.46 | 0.93 | 0 | 0.73 | 270.46 | 0.87 | 0.15 |
| Hex | 26 | 5 | 46 | 2E | 5D | 0 | 49 | 10E | 57 | F |
| Octal | 46 | 5 | 106 | 56 | 135 | 0 | 111 | 416 | 127 | 17 |
| Binary | 100110 | 101 | 1000110 | 101110 | 1011101 | 0 | 1001001 | 100001110 | 1010111 | 1111 |
Color Harmonies of #260546
Complementary color
Monochromatic Colors of #260546
Black with #260546
Text Example
Text Example
White with #260546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260546; }
p { color: rgb(38,5,70); }
H1.HeaderClassName
{
color: #260546;
}
.AnyTagClassName
{
color: #260546;
}
</style>
background-color css
<style>
a { background-color: #260546; }
a { background-color: rgb(38,5,70); }
div.DivClassName
{
background-color: #260546;
}
.BgClassName
{
background-color: #260546;
}
</style>
border-color css
<style>
span { border-color: #260546; }
span { border-color: rgb(38,5,70); }
td.TdClassName
{
border-color: #260546;
}
.TagClassName
{
border-color: #260546;
}
</style>