Shades of Blackcurrant #260530
Tints of Blackcurrant #260530
RGB
CMYK
RGB Variations
Color information
#260530 (or 0x260530) is known color: Blackcurrant. HEX triplet: 26, 05 and 30. RGB value is (38,5,48). Sum of RGB (Red+Green+Blue) = 38+5+48=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #260530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260530 is #D9FACF. Grayscale: #131313. Windows color (decimal): -14285520 or 3147046. OLE color: 3147046.
HSL color Cylindrical-coordinate representation of color #260530: hue angle of 286.05º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260530 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 5 | 48 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.81 |
| HSL | 286.05º | 0.81% | 0.1% | - |
| HSV(B) | 286.05º | 0.9% | 0.19% | - |
| XYZ | 1.39 | 0.73 | 2.86 | - |
| YUV | 19.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 48 | 0.21 | 0.90 | 0 | 0.81 | 286.05 | 0.81 | 0.1 |
| Hex | 26 | 5 | 30 | 15 | 5A | 0 | 51 | 11E | 51 | A |
| Octal | 46 | 5 | 60 | 25 | 132 | 0 | 121 | 436 | 121 | 12 |
| Binary | 100110 | 101 | 110000 | 10101 | 1011010 | 0 | 1010001 | 100011110 | 1010001 | 1010 |
Color Harmonies of #260530
Complementary color
Monochromatic Colors of #260530
Black with #260530
Text Example
Text Example
White with #260530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260530; }
p { color: rgb(38,5,48); }
H1.HeaderClassName
{
color: #260530;
}
.AnyTagClassName
{
color: #260530;
}
</style>
background-color css
<style>
a { background-color: #260530; }
a { background-color: rgb(38,5,48); }
div.DivClassName
{
background-color: #260530;
}
.BgClassName
{
background-color: #260530;
}
</style>
border-color css
<style>
span { border-color: #260530; }
span { border-color: rgb(38,5,48); }
td.TdClassName
{
border-color: #260530;
}
.TagClassName
{
border-color: #260530;
}
</style>