Shades of Blackcurrant #260931
Tints of Blackcurrant #260931
RGB
CMYK
RGB Variations
Color information
#260931 (or 0x260931) is known color: Blackcurrant. HEX triplet: 26, 09 and 31. RGB value is (38,9,49). Sum of RGB (Red+Green+Blue) = 38+9+49=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #260931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260931 is #D9F6CE. Grayscale: #161616. Windows color (decimal): -14284495 or 3213606. OLE color: 3213606.
HSL color Cylindrical-coordinate representation of color #260931: hue angle of 283.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260931 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 9 | 49 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.81 |
| HSL | 283.5º | 0.69% | 0.11% | - |
| HSV(B) | 283.5º | 0.82% | 0.19% | - |
| XYZ | 1.45 | 0.83 | 2.99 | - |
| YUV | 22.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 49 | 0.22 | 0.82 | 0 | 0.81 | 283.5 | 0.69 | 0.11 |
| Hex | 26 | 9 | 31 | 16 | 52 | 0 | 51 | 11C | 45 | B |
| Octal | 46 | 11 | 61 | 26 | 122 | 0 | 121 | 434 | 105 | 13 |
| Binary | 100110 | 1001 | 110001 | 10110 | 1010010 | 0 | 1010001 | 100011100 | 1000101 | 1011 |
Color Harmonies of #260931
Complementary color
Monochromatic Colors of #260931
Black with #260931
Text Example
Text Example
White with #260931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260931; }
p { color: rgb(38,9,49); }
H1.HeaderClassName
{
color: #260931;
}
.AnyTagClassName
{
color: #260931;
}
</style>
background-color css
<style>
a { background-color: #260931; }
a { background-color: rgb(38,9,49); }
div.DivClassName
{
background-color: #260931;
}
.BgClassName
{
background-color: #260931;
}
</style>
border-color css
<style>
span { border-color: #260931; }
span { border-color: rgb(38,9,49); }
td.TdClassName
{
border-color: #260931;
}
.TagClassName
{
border-color: #260931;
}
</style>