Shades of Blackcurrant #261638
Tints of Blackcurrant #261638
RGB
CMYK
RGB Variations
Color information
#261638 (or 0x261638) is known color: Blackcurrant. HEX triplet: 26, 16 and 38. RGB value is (38,22,56). Sum of RGB (Red+Green+Blue) = 38+22+56=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #261638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261638 is #D9E9C7. Grayscale: #1E1E1E. Windows color (decimal): -14281160 or 3675686. OLE color: 3675686.
HSL color Cylindrical-coordinate representation of color #261638: hue angle of 268.24º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #261638 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 22 | 56 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.78 |
| HSL | 268.24º | 0.44% | 0.15% | - |
| HSV(B) | 268.24º | 0.61% | 0.22% | - |
| XYZ | 1.8 | 1.27 | 3.89 | - |
| YUV | 30.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 56 | 0.32 | 0.61 | 0 | 0.78 | 268.24 | 0.44 | 0.15 |
| Hex | 26 | 16 | 38 | 20 | 3D | 0 | 4E | 10C | 2C | F |
| Octal | 46 | 26 | 70 | 40 | 75 | 0 | 116 | 414 | 54 | 17 |
| Binary | 100110 | 10110 | 111000 | 100000 | 111101 | 0 | 1001110 | 100001100 | 101100 | 1111 |
Color Harmonies of #261638
Complementary color
Monochromatic Colors of #261638
Black with #261638
Text Example
Text Example
White with #261638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261638; }
p { color: rgb(38,22,56); }
H1.HeaderClassName
{
color: #261638;
}
.AnyTagClassName
{
color: #261638;
}
</style>
background-color css
<style>
a { background-color: #261638; }
a { background-color: rgb(38,22,56); }
div.DivClassName
{
background-color: #261638;
}
.BgClassName
{
background-color: #261638;
}
</style>
border-color css
<style>
span { border-color: #261638; }
span { border-color: rgb(38,22,56); }
td.TdClassName
{
border-color: #261638;
}
.TagClassName
{
border-color: #261638;
}
</style>