Shades of Blackcurrant #261630
Tints of Blackcurrant #261630
RGB
CMYK
RGB Variations
Color information
#261630 (or 0x261630) is known color: Blackcurrant. HEX triplet: 26, 16 and 30. RGB value is (38,22,48). Sum of RGB (Red+Green+Blue) = 38+22+48=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #261630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261630 is #D9E9CF. Grayscale: #1D1D1D. Windows color (decimal): -14281168 or 3151398. OLE color: 3151398.
HSL color Cylindrical-coordinate representation of color #261630: hue angle of 276.92º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #261630 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 22 | 48 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.81 |
| HSL | 276.92º | 0.37% | 0.14% | - |
| HSV(B) | 276.92º | 0.54% | 0.19% | - |
| XYZ | 1.62 | 1.2 | 2.94 | - |
| YUV | 29.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 48 | 0.21 | 0.54 | 0 | 0.81 | 276.92 | 0.37 | 0.14 |
| Hex | 26 | 16 | 30 | 15 | 36 | 0 | 51 | 115 | 25 | E |
| Octal | 46 | 26 | 60 | 25 | 66 | 0 | 121 | 425 | 45 | 16 |
| Binary | 100110 | 10110 | 110000 | 10101 | 110110 | 0 | 1010001 | 100010101 | 100101 | 1110 |
Color Harmonies of #261630
Complementary color
Monochromatic Colors of #261630
Black with #261630
Text Example
Text Example
White with #261630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261630; }
p { color: rgb(38,22,48); }
H1.HeaderClassName
{
color: #261630;
}
.AnyTagClassName
{
color: #261630;
}
</style>
background-color css
<style>
a { background-color: #261630; }
a { background-color: rgb(38,22,48); }
div.DivClassName
{
background-color: #261630;
}
.BgClassName
{
background-color: #261630;
}
</style>
border-color css
<style>
span { border-color: #261630; }
span { border-color: rgb(38,22,48); }
td.TdClassName
{
border-color: #261630;
}
.TagClassName
{
border-color: #261630;
}
</style>