Shades of Blackcurrant #260E2D
Tints of Blackcurrant #260E2D
RGB
CMYK
RGB Variations
Color information
#260E2D (or 0x260E2D) is known color: Blackcurrant. HEX triplet: 26, 0E and 2D. RGB value is (38,14,45). Sum of RGB (Red+Green+Blue) = 38+14+45=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #260E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E2D is #D9F1D2. Grayscale: #181818. Windows color (decimal): -14283219 or 2952742. OLE color: 2952742.
HSL color Cylindrical-coordinate representation of color #260E2D: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #260E2D is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 14 | 45 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.82 |
| HSL | 286.45º | 0.53% | 0.12% | - |
| HSV(B) | 286.45º | 0.69% | 0.18% | - |
| XYZ | 1.43 | 0.92 | 2.58 | - |
| YUV | 24.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 45 | 0.16 | 0.69 | 0 | 0.82 | 286.45 | 0.53 | 0.12 |
| Hex | 26 | E | 2D | 10 | 45 | 0 | 52 | 11E | 35 | C |
| Octal | 46 | 16 | 55 | 20 | 105 | 0 | 122 | 436 | 65 | 14 |
| Binary | 100110 | 1110 | 101101 | 10000 | 1000101 | 0 | 1010010 | 100011110 | 110101 | 1100 |
Color Harmonies of #260E2D
Complementary color
Monochromatic Colors of #260E2D
Black with #260E2D
Text Example
Text Example
White with #260E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E2D; }
p { color: rgb(38,14,45); }
H1.HeaderClassName
{
color: #260E2D;
}
.AnyTagClassName
{
color: #260E2D;
}
</style>
background-color css
<style>
a { background-color: #260E2D; }
a { background-color: rgb(38,14,45); }
div.DivClassName
{
background-color: #260E2D;
}
.BgClassName
{
background-color: #260E2D;
}
</style>
border-color css
<style>
span { border-color: #260E2D; }
span { border-color: rgb(38,14,45); }
td.TdClassName
{
border-color: #260E2D;
}
.TagClassName
{
border-color: #260E2D;
}
</style>