Shades of Blackcurrant #261B31
Tints of Blackcurrant #261B31
RGB
CMYK
RGB Variations
Color information
#261B31 (or 0x261B31) is known color: Blackcurrant. HEX triplet: 26, 1B and 31. RGB value is (38,27,49). Sum of RGB (Red+Green+Blue) = 38+27+49=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #261B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B31 is #D9E4CE. Grayscale: #202020. Windows color (decimal): -14279887 or 3218214. OLE color: 3218214.
HSL color Cylindrical-coordinate representation of color #261B31: hue angle of 270º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261B31 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 27 | 49 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.81 |
| HSL | 270º | 0.29% | 0.15% | - |
| HSV(B) | 270º | 0.45% | 0.19% | - |
| XYZ | 1.75 | 1.42 | 3.09 | - |
| YUV | 32.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 49 | 0.22 | 0.45 | 0 | 0.81 | 270 | 0.29 | 0.15 |
| Hex | 26 | 1B | 31 | 16 | 2D | 0 | 51 | 10E | 1D | F |
| Octal | 46 | 33 | 61 | 26 | 55 | 0 | 121 | 416 | 35 | 17 |
| Binary | 100110 | 11011 | 110001 | 10110 | 101101 | 0 | 1010001 | 100001110 | 11101 | 1111 |
Color Harmonies of #261B31
Complementary color
Monochromatic Colors of #261B31
Black with #261B31
Text Example
Text Example
White with #261B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B31; }
p { color: rgb(38,27,49); }
H1.HeaderClassName
{
color: #261B31;
}
.AnyTagClassName
{
color: #261B31;
}
</style>
background-color css
<style>
a { background-color: #261B31; }
a { background-color: rgb(38,27,49); }
div.DivClassName
{
background-color: #261B31;
}
.BgClassName
{
background-color: #261B31;
}
</style>
border-color css
<style>
span { border-color: #261B31; }
span { border-color: rgb(38,27,49); }
td.TdClassName
{
border-color: #261B31;
}
.TagClassName
{
border-color: #261B31;
}
</style>