Shades of Blackcurrant #260545
Tints of Blackcurrant #260545
RGB
CMYK
RGB Variations
Color information
#260545 (or 0x260545) is known color: Blackcurrant. HEX triplet: 26, 05 and 45. RGB value is (38,5,69). Sum of RGB (Red+Green+Blue) = 38+5+69=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #260545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260545 is #D9FABA. Grayscale: #151515. Windows color (decimal): -14285499 or 4523302. OLE color: 4523302.
HSL color Cylindrical-coordinate representation of color #260545: hue angle of 270.94º degrees, saturation: 0.86, 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 #260545 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 5 | 69 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.73 |
| HSL | 270.94º | 0.86% | 0.15% | - |
| HSV(B) | 270.94º | 0.93% | 0.27% | - |
| XYZ | 1.93 | 0.95 | 5.71 | - |
| YUV | 22.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 69 | 0.45 | 0.93 | 0 | 0.73 | 270.94 | 0.86 | 0.15 |
| Hex | 26 | 5 | 45 | 2D | 5D | 0 | 49 | 10F | 56 | F |
| Octal | 46 | 5 | 105 | 55 | 135 | 0 | 111 | 417 | 126 | 17 |
| Binary | 100110 | 101 | 1000101 | 101101 | 1011101 | 0 | 1001001 | 100001111 | 1010110 | 1111 |
Color Harmonies of #260545
Complementary color
Monochromatic Colors of #260545
Black with #260545
Text Example
Text Example
White with #260545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260545; }
p { color: rgb(38,5,69); }
H1.HeaderClassName
{
color: #260545;
}
.AnyTagClassName
{
color: #260545;
}
</style>
background-color css
<style>
a { background-color: #260545; }
a { background-color: rgb(38,5,69); }
div.DivClassName
{
background-color: #260545;
}
.BgClassName
{
background-color: #260545;
}
</style>
border-color css
<style>
span { border-color: #260545; }
span { border-color: rgb(38,5,69); }
td.TdClassName
{
border-color: #260545;
}
.TagClassName
{
border-color: #260545;
}
</style>