Shades of Blackcurrant #261F29
Tints of Blackcurrant #261F29
RGB
CMYK
RGB Variations
Color information
#261F29 (or 0x261F29) is known color: Blackcurrant. HEX triplet: 26, 1F and 29. RGB value is (38,31,41). Sum of RGB (Red+Green+Blue) = 38+31+41=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #261F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F29 is #D9E0D6. Grayscale: #222222. Windows color (decimal): -14278871 or 2694950. OLE color: 2694950.
HSL color Cylindrical-coordinate representation of color #261F29: hue angle of 282º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261F29 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 31 | 41 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.84 |
| HSL | 282º | 0.14% | 0.14% | - |
| HSV(B) | 282º | 0.24% | 0.16% | - |
| XYZ | 1.69 | 1.55 | 2.31 | - |
| YUV | 34.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 41 | 0.07 | 0.24 | 0 | 0.84 | 282 | 0.14 | 0.14 |
| Hex | 26 | 1F | 29 | 7 | 18 | 0 | 54 | 11A | E | E |
| Octal | 46 | 37 | 51 | 7 | 30 | 0 | 124 | 432 | 16 | 16 |
| Binary | 100110 | 11111 | 101001 | 111 | 11000 | 0 | 1010100 | 100011010 | 1110 | 1110 |
Color Harmonies of #261F29
Complementary color
Monochromatic Colors of #261F29
Black with #261F29
Text Example
Text Example
White with #261F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F29; }
p { color: rgb(38,31,41); }
H1.HeaderClassName
{
color: #261F29;
}
.AnyTagClassName
{
color: #261F29;
}
</style>
background-color css
<style>
a { background-color: #261F29; }
a { background-color: rgb(38,31,41); }
div.DivClassName
{
background-color: #261F29;
}
.BgClassName
{
background-color: #261F29;
}
</style>
border-color css
<style>
span { border-color: #261F29; }
span { border-color: rgb(38,31,41); }
td.TdClassName
{
border-color: #261F29;
}
.TagClassName
{
border-color: #261F29;
}
</style>