Shades of Blackcurrant #261A2E
Tints of Blackcurrant #261A2E
RGB
CMYK
RGB Variations
Color information
#261A2E (or 0x261A2E) is known color: Blackcurrant. HEX triplet: 26, 1A and 2E. RGB value is (38,26,46). Sum of RGB (Red+Green+Blue) = 38+26+46=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #261A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A2E is #D9E5D1. Grayscale: #1F1F1F. Windows color (decimal): -14280146 or 3021350. OLE color: 3021350.
HSL color Cylindrical-coordinate representation of color #261A2E: hue angle of 276º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #261A2E is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 26 | 46 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.82 |
| HSL | 276º | 0.28% | 0.14% | - |
| HSV(B) | 276º | 0.43% | 0.18% | - |
| XYZ | 1.66 | 1.35 | 2.76 | - |
| YUV | 31.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 46 | 0.17 | 0.43 | 0 | 0.82 | 276 | 0.28 | 0.14 |
| Hex | 26 | 1A | 2E | 11 | 2B | 0 | 52 | 114 | 1C | E |
| Octal | 46 | 32 | 56 | 21 | 53 | 0 | 122 | 424 | 34 | 16 |
| Binary | 100110 | 11010 | 101110 | 10001 | 101011 | 0 | 1010010 | 100010100 | 11100 | 1110 |
Color Harmonies of #261A2E
Complementary color
Monochromatic Colors of #261A2E
Black with #261A2E
Text Example
Text Example
White with #261A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A2E; }
p { color: rgb(38,26,46); }
H1.HeaderClassName
{
color: #261A2E;
}
.AnyTagClassName
{
color: #261A2E;
}
</style>
background-color css
<style>
a { background-color: #261A2E; }
a { background-color: rgb(38,26,46); }
div.DivClassName
{
background-color: #261A2E;
}
.BgClassName
{
background-color: #261A2E;
}
</style>
border-color css
<style>
span { border-color: #261A2E; }
span { border-color: rgb(38,26,46); }
td.TdClassName
{
border-color: #261A2E;
}
.TagClassName
{
border-color: #261A2E;
}
</style>