Shades of Blackcurrant #260346
Tints of Blackcurrant #260346
RGB
CMYK
RGB Variations
Color information
#260346 (or 0x260346) is known color: Blackcurrant. HEX triplet: 26, 03 and 46. RGB value is (38,3,70). Sum of RGB (Red+Green+Blue) = 38+3+70=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #260346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260346 is #D9FCB9. Grayscale: #141414. Windows color (decimal): -14286010 or 4588326. OLE color: 4588326.
HSL color Cylindrical-coordinate representation of color #260346: hue angle of 271.34º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260346 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 3 | 70 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.73 |
| HSL | 271.34º | 0.92% | 0.14% | - |
| HSV(B) | 271.34º | 0.96% | 0.27% | - |
| XYZ | 1.94 | 0.92 | 5.87 | - |
| YUV | 21.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 70 | 0.46 | 0.96 | 0 | 0.73 | 271.34 | 0.92 | 0.14 |
| Hex | 26 | 3 | 46 | 2E | 60 | 0 | 49 | 10F | 5C | E |
| Octal | 46 | 3 | 106 | 56 | 140 | 0 | 111 | 417 | 134 | 16 |
| Binary | 100110 | 11 | 1000110 | 101110 | 1100000 | 0 | 1001001 | 100001111 | 1011100 | 1110 |
Color Harmonies of #260346
Complementary color
Monochromatic Colors of #260346
Black with #260346
Text Example
Text Example
White with #260346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260346; }
p { color: rgb(38,3,70); }
H1.HeaderClassName
{
color: #260346;
}
.AnyTagClassName
{
color: #260346;
}
</style>
background-color css
<style>
a { background-color: #260346; }
a { background-color: rgb(38,3,70); }
div.DivClassName
{
background-color: #260346;
}
.BgClassName
{
background-color: #260346;
}
</style>
border-color css
<style>
span { border-color: #260346; }
span { border-color: rgb(38,3,70); }
td.TdClassName
{
border-color: #260346;
}
.TagClassName
{
border-color: #260346;
}
</style>