Shades of Blackcurrant #261A2D
Tints of Blackcurrant #261A2D
RGB
CMYK
RGB Variations
Color information
#261A2D (or 0x261A2D) is known color: Blackcurrant. HEX triplet: 26, 1A and 2D. RGB value is (38,26,45). Sum of RGB (Red+Green+Blue) = 38+26+45=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 45 - color contains mainly: blue. Hex color #261A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A2D is #D9E5D2. Grayscale: #1F1F1F. Windows color (decimal): -14280147 or 2955814. OLE color: 2955814.
HSL color Cylindrical-coordinate representation of color #261A2D: hue angle of 277.89º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261A2D is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 26 | 45 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.82 |
| HSL | 277.89º | 0.27% | 0.14% | - |
| HSV(B) | 277.89º | 0.42% | 0.18% | - |
| XYZ | 1.64 | 1.34 | 2.65 | - |
| YUV | 31.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 45 | 0.16 | 0.42 | 0 | 0.82 | 277.89 | 0.27 | 0.14 |
| Hex | 26 | 1A | 2D | 10 | 2A | 0 | 52 | 116 | 1B | E |
| Octal | 46 | 32 | 55 | 20 | 52 | 0 | 122 | 426 | 33 | 16 |
| Binary | 100110 | 11010 | 101101 | 10000 | 101010 | 0 | 1010010 | 100010110 | 11011 | 1110 |
Color Harmonies of #261A2D
Complementary color
Monochromatic Colors of #261A2D
Black with #261A2D
Text Example
Text Example
White with #261A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A2D; }
p { color: rgb(38,26,45); }
H1.HeaderClassName
{
color: #261A2D;
}
.AnyTagClassName
{
color: #261A2D;
}
</style>
background-color css
<style>
a { background-color: #261A2D; }
a { background-color: rgb(38,26,45); }
div.DivClassName
{
background-color: #261A2D;
}
.BgClassName
{
background-color: #261A2D;
}
</style>
border-color css
<style>
span { border-color: #261A2D; }
span { border-color: rgb(38,26,45); }
td.TdClassName
{
border-color: #261A2D;
}
.TagClassName
{
border-color: #261A2D;
}
</style>