Shades of Blackcurrant #261637
Tints of Blackcurrant #261637
RGB
CMYK
RGB Variations
Color information
#261637 (or 0x261637) is known color: Blackcurrant. HEX triplet: 26, 16 and 37. RGB value is (38,22,55). Sum of RGB (Red+Green+Blue) = 38+22+55=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #261637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261637 is #D9E9C8. Grayscale: #1E1E1E. Windows color (decimal): -14281161 or 3610150. OLE color: 3610150.
HSL color Cylindrical-coordinate representation of color #261637: hue angle of 269.09º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #261637 is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 22 | 55 | - |
| CMYK | 0.31 | 0.6 | 0 | 0.78 |
| HSL | 269.09º | 0.43% | 0.15% | - |
| HSV(B) | 269.09º | 0.6% | 0.22% | - |
| XYZ | 1.78 | 1.26 | 3.76 | - |
| YUV | 30.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 55 | 0.31 | 0.6 | 0 | 0.78 | 269.09 | 0.43 | 0.15 |
| Hex | 26 | 16 | 37 | 1F | 3C | 0 | 4E | 10D | 2B | F |
| Octal | 46 | 26 | 67 | 37 | 74 | 0 | 116 | 415 | 53 | 17 |
| Binary | 100110 | 10110 | 110111 | 11111 | 111100 | 0 | 1001110 | 100001101 | 101011 | 1111 |
Color Harmonies of #261637
Complementary color
Monochromatic Colors of #261637
Black with #261637
Text Example
Text Example
White with #261637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261637; }
p { color: rgb(38,22,55); }
H1.HeaderClassName
{
color: #261637;
}
.AnyTagClassName
{
color: #261637;
}
</style>
background-color css
<style>
a { background-color: #261637; }
a { background-color: rgb(38,22,55); }
div.DivClassName
{
background-color: #261637;
}
.BgClassName
{
background-color: #261637;
}
</style>
border-color css
<style>
span { border-color: #261637; }
span { border-color: rgb(38,22,55); }
td.TdClassName
{
border-color: #261637;
}
.TagClassName
{
border-color: #261637;
}
</style>