Shades of Blackcurrant #260331
Tints of Blackcurrant #260331
RGB
CMYK
RGB Variations
Color information
#260331 (or 0x260331) is known color: Blackcurrant. HEX triplet: 26, 03 and 31. RGB value is (38,3,49). Sum of RGB (Red+Green+Blue) = 38+3+49=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #260331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260331 is #D9FCCE. Grayscale: #121212. Windows color (decimal): -14286031 or 3212070. OLE color: 3212070.
HSL color Cylindrical-coordinate representation of color #260331: hue angle of 285.65º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260331 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 3 | 49 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.81 |
| HSL | 285.65º | 0.88% | 0.1% | - |
| HSV(B) | 285.65º | 0.94% | 0.19% | - |
| XYZ | 1.39 | 0.7 | 2.97 | - |
| YUV | 18.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 49 | 0.22 | 0.94 | 0 | 0.81 | 285.65 | 0.88 | 0.1 |
| Hex | 26 | 3 | 31 | 16 | 5E | 0 | 51 | 11E | 58 | A |
| Octal | 46 | 3 | 61 | 26 | 136 | 0 | 121 | 436 | 130 | 12 |
| Binary | 100110 | 11 | 110001 | 10110 | 1011110 | 0 | 1010001 | 100011110 | 1011000 | 1010 |
Color Harmonies of #260331
Complementary color
Monochromatic Colors of #260331
Black with #260331
Text Example
Text Example
White with #260331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260331; }
p { color: rgb(38,3,49); }
H1.HeaderClassName
{
color: #260331;
}
.AnyTagClassName
{
color: #260331;
}
</style>
background-color css
<style>
a { background-color: #260331; }
a { background-color: rgb(38,3,49); }
div.DivClassName
{
background-color: #260331;
}
.BgClassName
{
background-color: #260331;
}
</style>
border-color css
<style>
span { border-color: #260331; }
span { border-color: rgb(38,3,49); }
td.TdClassName
{
border-color: #260331;
}
.TagClassName
{
border-color: #260331;
}
</style>