Shades of Blackcurrant #260D2B
Tints of Blackcurrant #260D2B
RGB
CMYK
RGB Variations
Color information
#260D2B (or 0x260D2B) is known color: Blackcurrant. HEX triplet: 26, 0D and 2B. RGB value is (38,13,43). Sum of RGB (Red+Green+Blue) = 38+13+43=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #260D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D2B is #D9F2D4. Grayscale: #171717. Windows color (decimal): -14283477 or 2821414. OLE color: 2821414.
HSL color Cylindrical-coordinate representation of color #260D2B: hue angle of 290º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #260D2B is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 13 | 43 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.83 |
| HSL | 290º | 0.54% | 0.11% | - |
| HSV(B) | 290º | 0.7% | 0.17% | - |
| XYZ | 1.38 | 0.87 | 2.38 | - |
| YUV | 23.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 43 | 0.12 | 0.70 | 0 | 0.83 | 290 | 0.54 | 0.11 |
| Hex | 26 | D | 2B | C | 46 | 0 | 53 | 122 | 36 | B |
| Octal | 46 | 15 | 53 | 14 | 106 | 0 | 123 | 442 | 66 | 13 |
| Binary | 100110 | 1101 | 101011 | 1100 | 1000110 | 0 | 1010011 | 100100010 | 110110 | 1011 |
Color Harmonies of #260D2B
Complementary color
Monochromatic Colors of #260D2B
Black with #260D2B
Text Example
Text Example
White with #260D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D2B; }
p { color: rgb(38,13,43); }
H1.HeaderClassName
{
color: #260D2B;
}
.AnyTagClassName
{
color: #260D2B;
}
</style>
background-color css
<style>
a { background-color: #260D2B; }
a { background-color: rgb(38,13,43); }
div.DivClassName
{
background-color: #260D2B;
}
.BgClassName
{
background-color: #260D2B;
}
</style>
border-color css
<style>
span { border-color: #260D2B; }
span { border-color: rgb(38,13,43); }
td.TdClassName
{
border-color: #260D2B;
}
.TagClassName
{
border-color: #260D2B;
}
</style>