Shades of Blackcurrant #260D2D
Tints of Blackcurrant #260D2D
RGB
CMYK
RGB Variations
Color information
#260D2D (or 0x260D2D) is known color: Blackcurrant. HEX triplet: 26, 0D and 2D. RGB value is (38,13,45). Sum of RGB (Red+Green+Blue) = 38+13+45=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #260D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D2D is #D9F2D2. Grayscale: #181818. Windows color (decimal): -14283475 or 2952486. OLE color: 2952486.
HSL color Cylindrical-coordinate representation of color #260D2D: hue angle of 286.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260D2D is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 13 | 45 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.82 |
| HSL | 286.88º | 0.55% | 0.11% | - |
| HSV(B) | 286.88º | 0.71% | 0.18% | - |
| XYZ | 1.42 | 0.89 | 2.58 | - |
| YUV | 24.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 45 | 0.16 | 0.71 | 0 | 0.82 | 286.88 | 0.55 | 0.11 |
| Hex | 26 | D | 2D | 10 | 47 | 0 | 52 | 11F | 37 | B |
| Octal | 46 | 15 | 55 | 20 | 107 | 0 | 122 | 437 | 67 | 13 |
| Binary | 100110 | 1101 | 101101 | 10000 | 1000111 | 0 | 1010010 | 100011111 | 110111 | 1011 |
Color Harmonies of #260D2D
Complementary color
Monochromatic Colors of #260D2D
Black with #260D2D
Text Example
Text Example
White with #260D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D2D; }
p { color: rgb(38,13,45); }
H1.HeaderClassName
{
color: #260D2D;
}
.AnyTagClassName
{
color: #260D2D;
}
</style>
background-color css
<style>
a { background-color: #260D2D; }
a { background-color: rgb(38,13,45); }
div.DivClassName
{
background-color: #260D2D;
}
.BgClassName
{
background-color: #260D2D;
}
</style>
border-color css
<style>
span { border-color: #260D2D; }
span { border-color: rgb(38,13,45); }
td.TdClassName
{
border-color: #260D2D;
}
.TagClassName
{
border-color: #260D2D;
}
</style>