Shades of Blackcurrant #261930
Tints of Blackcurrant #261930
RGB
CMYK
RGB Variations
Color information
#261930 (or 0x261930) is known color: Blackcurrant. HEX triplet: 26, 19 and 30. RGB value is (38,25,48). Sum of RGB (Red+Green+Blue) = 38+25+48=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #261930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261930 is #D9E6CF. Grayscale: #1F1F1F. Windows color (decimal): -14280400 or 3152166. OLE color: 3152166.
HSL color Cylindrical-coordinate representation of color #261930: hue angle of 273.91º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #261930 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 25 | 48 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.81 |
| HSL | 273.91º | 0.32% | 0.14% | - |
| HSV(B) | 273.91º | 0.48% | 0.19% | - |
| XYZ | 1.68 | 1.32 | 2.96 | - |
| YUV | 31.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 48 | 0.21 | 0.48 | 0 | 0.81 | 273.91 | 0.32 | 0.14 |
| Hex | 26 | 19 | 30 | 15 | 30 | 0 | 51 | 112 | 20 | E |
| Octal | 46 | 31 | 60 | 25 | 60 | 0 | 121 | 422 | 40 | 16 |
| Binary | 100110 | 11001 | 110000 | 10101 | 110000 | 0 | 1010001 | 100010010 | 100000 | 1110 |
Color Harmonies of #261930
Complementary color
Monochromatic Colors of #261930
Black with #261930
Text Example
Text Example
White with #261930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261930; }
p { color: rgb(38,25,48); }
H1.HeaderClassName
{
color: #261930;
}
.AnyTagClassName
{
color: #261930;
}
</style>
background-color css
<style>
a { background-color: #261930; }
a { background-color: rgb(38,25,48); }
div.DivClassName
{
background-color: #261930;
}
.BgClassName
{
background-color: #261930;
}
</style>
border-color css
<style>
span { border-color: #261930; }
span { border-color: rgb(38,25,48); }
td.TdClassName
{
border-color: #261930;
}
.TagClassName
{
border-color: #261930;
}
</style>