Shades of Blackcurrant #261639
Tints of Blackcurrant #261639
RGB
CMYK
RGB Variations
Color information
#261639 (or 0x261639) is known color: Blackcurrant. HEX triplet: 26, 16 and 39. RGB value is (38,22,57). Sum of RGB (Red+Green+Blue) = 38+22+57=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #261639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261639 is #D9E9C6. Grayscale: #1E1E1E. Windows color (decimal): -14281159 or 3741222. OLE color: 3741222.
HSL color Cylindrical-coordinate representation of color #261639: hue angle of 267.43º 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 #261639 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 22 | 57 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.78 |
| HSL | 267.43º | 0.44% | 0.15% | - |
| HSV(B) | 267.43º | 0.61% | 0.22% | - |
| XYZ | 1.82 | 1.28 | 4.02 | - |
| YUV | 30.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 57 | 0.33 | 0.61 | 0 | 0.78 | 267.43 | 0.44 | 0.15 |
| Hex | 26 | 16 | 39 | 21 | 3D | 0 | 4E | 10B | 2C | F |
| Octal | 46 | 26 | 71 | 41 | 75 | 0 | 116 | 413 | 54 | 17 |
| Binary | 100110 | 10110 | 111001 | 100001 | 111101 | 0 | 1001110 | 100001011 | 101100 | 1111 |
Color Harmonies of #261639
Complementary color
Monochromatic Colors of #261639
Black with #261639
Text Example
Text Example
White with #261639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261639; }
p { color: rgb(38,22,57); }
H1.HeaderClassName
{
color: #261639;
}
.AnyTagClassName
{
color: #261639;
}
</style>
background-color css
<style>
a { background-color: #261639; }
a { background-color: rgb(38,22,57); }
div.DivClassName
{
background-color: #261639;
}
.BgClassName
{
background-color: #261639;
}
</style>
border-color css
<style>
span { border-color: #261639; }
span { border-color: rgb(38,22,57); }
td.TdClassName
{
border-color: #261639;
}
.TagClassName
{
border-color: #261639;
}
</style>