Shades of Blackcurrant #261A2C
Tints of Blackcurrant #261A2C
RGB
CMYK
RGB Variations
Color information
#261A2C (or 0x261A2C) is known color: Blackcurrant. HEX triplet: 26, 1A and 2C. RGB value is (38,26,44). Sum of RGB (Red+Green+Blue) = 38+26+44=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 44 - color contains mainly: blue. Hex color #261A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A2C is #D9E5D3. Grayscale: #1F1F1F. Windows color (decimal): -14280148 or 2890278. OLE color: 2890278.
HSL color Cylindrical-coordinate representation of color #261A2C: hue angle of 280º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #261A2C is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 26 | 44 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.83 |
| HSL | 280º | 0.26% | 0.14% | - |
| HSV(B) | 280º | 0.41% | 0.17% | - |
| XYZ | 1.62 | 1.33 | 2.55 | - |
| YUV | 31.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 44 | 0.14 | 0.41 | 0 | 0.83 | 280 | 0.26 | 0.14 |
| Hex | 26 | 1A | 2C | E | 29 | 0 | 53 | 118 | 1A | E |
| Octal | 46 | 32 | 54 | 16 | 51 | 0 | 123 | 430 | 32 | 16 |
| Binary | 100110 | 11010 | 101100 | 1110 | 101001 | 0 | 1010011 | 100011000 | 11010 | 1110 |
Color Harmonies of #261A2C
Complementary color
Monochromatic Colors of #261A2C
Black with #261A2C
Text Example
Text Example
White with #261A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A2C; }
p { color: rgb(38,26,44); }
H1.HeaderClassName
{
color: #261A2C;
}
.AnyTagClassName
{
color: #261A2C;
}
</style>
background-color css
<style>
a { background-color: #261A2C; }
a { background-color: rgb(38,26,44); }
div.DivClassName
{
background-color: #261A2C;
}
.BgClassName
{
background-color: #261A2C;
}
</style>
border-color css
<style>
span { border-color: #261A2C; }
span { border-color: rgb(38,26,44); }
td.TdClassName
{
border-color: #261A2C;
}
.TagClassName
{
border-color: #261A2C;
}
</style>