Shades of Blackcurrant #260D35
Tints of Blackcurrant #260D35
RGB
CMYK
RGB Variations
Color information
#260D35 (or 0x260D35) is known color: Blackcurrant. HEX triplet: 26, 0D and 35. RGB value is (38,13,53). Sum of RGB (Red+Green+Blue) = 38+13+53=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #260D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D35 is #D9F2CA. Grayscale: #181818. Windows color (decimal): -14283467 or 3476774. OLE color: 3476774.
HSL color Cylindrical-coordinate representation of color #260D35: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260D35 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 13 | 53 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.79 |
| HSL | 277.5º | 0.61% | 0.13% | - |
| HSV(B) | 277.5º | 0.75% | 0.21% | - |
| XYZ | 1.59 | 0.96 | 3.47 | - |
| YUV | 25.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 53 | 0.28 | 0.75 | 0 | 0.79 | 277.5 | 0.61 | 0.13 |
| Hex | 26 | D | 35 | 1C | 4B | 0 | 4F | 116 | 3D | D |
| Octal | 46 | 15 | 65 | 34 | 113 | 0 | 117 | 426 | 75 | 15 |
| Binary | 100110 | 1101 | 110101 | 11100 | 1001011 | 0 | 1001111 | 100010110 | 111101 | 1101 |
Color Harmonies of #260D35
Complementary color
Monochromatic Colors of #260D35
Black with #260D35
Text Example
Text Example
White with #260D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D35; }
p { color: rgb(38,13,53); }
H1.HeaderClassName
{
color: #260D35;
}
.AnyTagClassName
{
color: #260D35;
}
</style>
background-color css
<style>
a { background-color: #260D35; }
a { background-color: rgb(38,13,53); }
div.DivClassName
{
background-color: #260D35;
}
.BgClassName
{
background-color: #260D35;
}
</style>
border-color css
<style>
span { border-color: #260D35; }
span { border-color: rgb(38,13,53); }
td.TdClassName
{
border-color: #260D35;
}
.TagClassName
{
border-color: #260D35;
}
</style>