Shades of Blackcurrant #260C31
Tints of Blackcurrant #260C31
RGB
CMYK
RGB Variations
Color information
#260C31 (or 0x260C31) is known color: Blackcurrant. HEX triplet: 26, 0C and 31. RGB value is (38,12,49). Sum of RGB (Red+Green+Blue) = 38+12+49=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #260C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C31 is #D9F3CE. Grayscale: #171717. Windows color (decimal): -14283727 or 3214374. OLE color: 3214374.
HSL color Cylindrical-coordinate representation of color #260C31: hue angle of 282.16º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #260C31 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 12 | 49 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.81 |
| HSL | 282.16º | 0.61% | 0.12% | - |
| HSV(B) | 282.16º | 0.76% | 0.19% | - |
| XYZ | 1.49 | 0.9 | 3 | - |
| YUV | 23.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 49 | 0.22 | 0.76 | 0 | 0.81 | 282.16 | 0.61 | 0.12 |
| Hex | 26 | C | 31 | 16 | 4C | 0 | 51 | 11A | 3D | C |
| Octal | 46 | 14 | 61 | 26 | 114 | 0 | 121 | 432 | 75 | 14 |
| Binary | 100110 | 1100 | 110001 | 10110 | 1001100 | 0 | 1010001 | 100011010 | 111101 | 1100 |
Color Harmonies of #260C31
Complementary color
Monochromatic Colors of #260C31
Black with #260C31
Text Example
Text Example
White with #260C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C31; }
p { color: rgb(38,12,49); }
H1.HeaderClassName
{
color: #260C31;
}
.AnyTagClassName
{
color: #260C31;
}
</style>
background-color css
<style>
a { background-color: #260C31; }
a { background-color: rgb(38,12,49); }
div.DivClassName
{
background-color: #260C31;
}
.BgClassName
{
background-color: #260C31;
}
</style>
border-color css
<style>
span { border-color: #260C31; }
span { border-color: rgb(38,12,49); }
td.TdClassName
{
border-color: #260C31;
}
.TagClassName
{
border-color: #260C31;
}
</style>