Shades of Blackcurrant #261D2E
Tints of Blackcurrant #261D2E
RGB
CMYK
RGB Variations
Color information
#261D2E (or 0x261D2E) is known color: Blackcurrant. HEX triplet: 26, 1D and 2E. RGB value is (38,29,46). Sum of RGB (Red+Green+Blue) = 38+29+46=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #261D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D2E is #D9E2D1. Grayscale: #212121. Windows color (decimal): -14279378 or 3022118. OLE color: 3022118.
HSL color Cylindrical-coordinate representation of color #261D2E: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261D2E is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 29 | 46 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.82 |
| HSL | 271.76º | 0.23% | 0.15% | - |
| HSV(B) | 271.76º | 0.37% | 0.18% | - |
| XYZ | 1.73 | 1.49 | 2.78 | - |
| YUV | 33.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 46 | 0.17 | 0.37 | 0 | 0.82 | 271.76 | 0.23 | 0.15 |
| Hex | 26 | 1D | 2E | 11 | 25 | 0 | 52 | 110 | 17 | F |
| Octal | 46 | 35 | 56 | 21 | 45 | 0 | 122 | 420 | 27 | 17 |
| Binary | 100110 | 11101 | 101110 | 10001 | 100101 | 0 | 1010010 | 100010000 | 10111 | 1111 |
Color Harmonies of #261D2E
Complementary color
Monochromatic Colors of #261D2E
Black with #261D2E
Text Example
Text Example
White with #261D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D2E; }
p { color: rgb(38,29,46); }
H1.HeaderClassName
{
color: #261D2E;
}
.AnyTagClassName
{
color: #261D2E;
}
</style>
background-color css
<style>
a { background-color: #261D2E; }
a { background-color: rgb(38,29,46); }
div.DivClassName
{
background-color: #261D2E;
}
.BgClassName
{
background-color: #261D2E;
}
</style>
border-color css
<style>
span { border-color: #261D2E; }
span { border-color: rgb(38,29,46); }
td.TdClassName
{
border-color: #261D2E;
}
.TagClassName
{
border-color: #261D2E;
}
</style>