Shades of Blackcurrant #260C2A
Tints of Blackcurrant #260C2A
RGB
CMYK
RGB Variations
Color information
#260C2A (or 0x260C2A) is known color: Blackcurrant. HEX triplet: 26, 0C and 2A. RGB value is (38,12,42). Sum of RGB (Red+Green+Blue) = 38+12+42=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #260C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C2A is #D9F3D5. Grayscale: #171717. Windows color (decimal): -14283734 or 2755622. OLE color: 2755622.
HSL color Cylindrical-coordinate representation of color #260C2A: hue angle of 292º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260C2A is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 12 | 42 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.84 |
| HSL | 292º | 0.56% | 0.11% | - |
| HSV(B) | 292º | 0.71% | 0.16% | - |
| XYZ | 1.35 | 0.84 | 2.28 | - |
| YUV | 23.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 42 | 0.10 | 0.71 | 0 | 0.84 | 292 | 0.56 | 0.11 |
| Hex | 26 | C | 2A | A | 47 | 0 | 54 | 124 | 38 | B |
| Octal | 46 | 14 | 52 | 12 | 107 | 0 | 124 | 444 | 70 | 13 |
| Binary | 100110 | 1100 | 101010 | 1010 | 1000111 | 0 | 1010100 | 100100100 | 111000 | 1011 |
Color Harmonies of #260C2A
Complementary color
Monochromatic Colors of #260C2A
Black with #260C2A
Text Example
Text Example
White with #260C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C2A; }
p { color: rgb(38,12,42); }
H1.HeaderClassName
{
color: #260C2A;
}
.AnyTagClassName
{
color: #260C2A;
}
</style>
background-color css
<style>
a { background-color: #260C2A; }
a { background-color: rgb(38,12,42); }
div.DivClassName
{
background-color: #260C2A;
}
.BgClassName
{
background-color: #260C2A;
}
</style>
border-color css
<style>
span { border-color: #260C2A; }
span { border-color: rgb(38,12,42); }
td.TdClassName
{
border-color: #260C2A;
}
.TagClassName
{
border-color: #260C2A;
}
</style>