Shades of Blackcurrant #260A48
Tints of Blackcurrant #260A48
RGB
CMYK
RGB Variations
Color information
#260A48 (or 0x260A48) is known color: Blackcurrant. HEX triplet: 26, 0A and 48. RGB value is (38,10,72). Sum of RGB (Red+Green+Blue) = 38+10+72=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #260A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A48 is #D9F5B7. Grayscale: #191919. Windows color (decimal): -14284216 or 4721190. OLE color: 4721190.
HSL color Cylindrical-coordinate representation of color #260A48: hue angle of 267.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260A48 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 10 | 72 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.72 |
| HSL | 267.1º | 0.76% | 0.16% | - |
| HSV(B) | 267.1º | 0.86% | 0.28% | - |
| XYZ | 2.08 | 1.1 | 6.23 | - |
| YUV | 25.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 72 | 0.47 | 0.86 | 0 | 0.72 | 267.1 | 0.76 | 0.16 |
| Hex | 26 | A | 48 | 2F | 56 | 0 | 48 | 10B | 4C | 10 |
| Octal | 46 | 12 | 110 | 57 | 126 | 0 | 110 | 413 | 114 | 20 |
| Binary | 100110 | 1010 | 1001000 | 101111 | 1010110 | 0 | 1001000 | 100001011 | 1001100 | 10000 |
Color Harmonies of #260A48
Complementary color
Monochromatic Colors of #260A48
Black with #260A48
Text Example
Text Example
White with #260A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A48; }
p { color: rgb(38,10,72); }
H1.HeaderClassName
{
color: #260A48;
}
.AnyTagClassName
{
color: #260A48;
}
</style>
background-color css
<style>
a { background-color: #260A48; }
a { background-color: rgb(38,10,72); }
div.DivClassName
{
background-color: #260A48;
}
.BgClassName
{
background-color: #260A48;
}
</style>
border-color css
<style>
span { border-color: #260A48; }
span { border-color: rgb(38,10,72); }
td.TdClassName
{
border-color: #260A48;
}
.TagClassName
{
border-color: #260A48;
}
</style>