Shades of Blackcurrant #261538
Tints of Blackcurrant #261538
RGB
CMYK
RGB Variations
Color information
#261538 (or 0x261538) is known color: Blackcurrant. HEX triplet: 26, 15 and 38. RGB value is (38,21,56). Sum of RGB (Red+Green+Blue) = 38+21+56=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #261538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261538 is #D9EAC7. Grayscale: #1D1D1D. Windows color (decimal): -14281416 or 3675430. OLE color: 3675430.
HSL color Cylindrical-coordinate representation of color #261538: hue angle of 269.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #261538 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 21 | 56 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.78 |
| HSL | 269.14º | 0.45% | 0.15% | - |
| HSV(B) | 269.14º | 0.63% | 0.22% | - |
| XYZ | 1.78 | 1.23 | 3.89 | - |
| YUV | 30.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 56 | 0.32 | 0.63 | 0 | 0.78 | 269.14 | 0.45 | 0.15 |
| Hex | 26 | 15 | 38 | 20 | 3F | 0 | 4E | 10D | 2D | F |
| Octal | 46 | 25 | 70 | 40 | 77 | 0 | 116 | 415 | 55 | 17 |
| Binary | 100110 | 10101 | 111000 | 100000 | 111111 | 0 | 1001110 | 100001101 | 101101 | 1111 |
Color Harmonies of #261538
Complementary color
Monochromatic Colors of #261538
Black with #261538
Text Example
Text Example
White with #261538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261538; }
p { color: rgb(38,21,56); }
H1.HeaderClassName
{
color: #261538;
}
.AnyTagClassName
{
color: #261538;
}
</style>
background-color css
<style>
a { background-color: #261538; }
a { background-color: rgb(38,21,56); }
div.DivClassName
{
background-color: #261538;
}
.BgClassName
{
background-color: #261538;
}
</style>
border-color css
<style>
span { border-color: #261538; }
span { border-color: rgb(38,21,56); }
td.TdClassName
{
border-color: #261538;
}
.TagClassName
{
border-color: #261538;
}
</style>