Shades of Blackcurrant #261829
Tints of Blackcurrant #261829
RGB
CMYK
RGB Variations
Color information
#261829 (or 0x261829) is known color: Blackcurrant. HEX triplet: 26, 18 and 29. RGB value is (38,24,41). Sum of RGB (Red+Green+Blue) = 38+24+41=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 41 - color contains mainly: blue. Hex color #261829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261829 is #D9E7D6. Grayscale: #1E1E1E. Windows color (decimal): -14280663 or 2693158. OLE color: 2693158.
HSL color Cylindrical-coordinate representation of color #261829: hue angle of 289.41º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #261829 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 24 | 41 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.84 |
| HSL | 289.41º | 0.26% | 0.13% | - |
| HSV(B) | 289.41º | 0.41% | 0.16% | - |
| XYZ | 1.53 | 1.23 | 2.25 | - |
| YUV | 30.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 41 | 0.07 | 0.41 | 0 | 0.84 | 289.41 | 0.26 | 0.13 |
| Hex | 26 | 18 | 29 | 7 | 29 | 0 | 54 | 121 | 1A | D |
| Octal | 46 | 30 | 51 | 7 | 51 | 0 | 124 | 441 | 32 | 15 |
| Binary | 100110 | 11000 | 101001 | 111 | 101001 | 0 | 1010100 | 100100001 | 11010 | 1101 |
Color Harmonies of #261829
Complementary color
Monochromatic Colors of #261829
Black with #261829
Text Example
Text Example
White with #261829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261829; }
p { color: rgb(38,24,41); }
H1.HeaderClassName
{
color: #261829;
}
.AnyTagClassName
{
color: #261829;
}
</style>
background-color css
<style>
a { background-color: #261829; }
a { background-color: rgb(38,24,41); }
div.DivClassName
{
background-color: #261829;
}
.BgClassName
{
background-color: #261829;
}
</style>
border-color css
<style>
span { border-color: #261829; }
span { border-color: rgb(38,24,41); }
td.TdClassName
{
border-color: #261829;
}
.TagClassName
{
border-color: #261829;
}
</style>