Shades of Blackcurrant #261929
Tints of Blackcurrant #261929
RGB
CMYK
RGB Variations
Color information
#261929 (or 0x261929) is known color: Blackcurrant. HEX triplet: 26, 19 and 29. RGB value is (38,25,41). Sum of RGB (Red+Green+Blue) = 38+25+41=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 41 - color contains mainly: blue. Hex color #261929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261929 is #D9E6D6. Grayscale: #1E1E1E. Windows color (decimal): -14280407 or 2693414. OLE color: 2693414.
HSL color Cylindrical-coordinate representation of color #261929: hue angle of 288.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #261929 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 25 | 41 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.84 |
| HSL | 288.75º | 0.24% | 0.13% | - |
| HSV(B) | 288.75º | 0.39% | 0.16% | - |
| XYZ | 1.55 | 1.27 | 2.26 | - |
| YUV | 30.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 41 | 0.07 | 0.39 | 0 | 0.84 | 288.75 | 0.24 | 0.13 |
| Hex | 26 | 19 | 29 | 7 | 27 | 0 | 54 | 121 | 18 | D |
| Octal | 46 | 31 | 51 | 7 | 47 | 0 | 124 | 441 | 30 | 15 |
| Binary | 100110 | 11001 | 101001 | 111 | 100111 | 0 | 1010100 | 100100001 | 11000 | 1101 |
Color Harmonies of #261929
Complementary color
Monochromatic Colors of #261929
Black with #261929
Text Example
Text Example
White with #261929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261929; }
p { color: rgb(38,25,41); }
H1.HeaderClassName
{
color: #261929;
}
.AnyTagClassName
{
color: #261929;
}
</style>
background-color css
<style>
a { background-color: #261929; }
a { background-color: rgb(38,25,41); }
div.DivClassName
{
background-color: #261929;
}
.BgClassName
{
background-color: #261929;
}
</style>
border-color css
<style>
span { border-color: #261929; }
span { border-color: rgb(38,25,41); }
td.TdClassName
{
border-color: #261929;
}
.TagClassName
{
border-color: #261929;
}
</style>