Shades of Blackcurrant #261937
Tints of Blackcurrant #261937
RGB
CMYK
RGB Variations
Color information
#261937 (or 0x261937) is known color: Blackcurrant. HEX triplet: 26, 19 and 37. RGB value is (38,25,55). Sum of RGB (Red+Green+Blue) = 38+25+55=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #261937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261937 is #D9E6C8. Grayscale: #202020. Windows color (decimal): -14280393 or 3610918. OLE color: 3610918.
HSL color Cylindrical-coordinate representation of color #261937: hue angle of 266º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261937 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 25 | 55 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.78 |
| HSL | 266º | 0.38% | 0.16% | - |
| HSV(B) | 266º | 0.55% | 0.22% | - |
| XYZ | 1.84 | 1.38 | 3.78 | - |
| YUV | 32.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 55 | 0.31 | 0.55 | 0 | 0.78 | 266 | 0.38 | 0.16 |
| Hex | 26 | 19 | 37 | 1F | 37 | 0 | 4E | 10A | 26 | 10 |
| Octal | 46 | 31 | 67 | 37 | 67 | 0 | 116 | 412 | 46 | 20 |
| Binary | 100110 | 11001 | 110111 | 11111 | 110111 | 0 | 1001110 | 100001010 | 100110 | 10000 |
Color Harmonies of #261937
Complementary color
Monochromatic Colors of #261937
Black with #261937
Text Example
Text Example
White with #261937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261937; }
p { color: rgb(38,25,55); }
H1.HeaderClassName
{
color: #261937;
}
.AnyTagClassName
{
color: #261937;
}
</style>
background-color css
<style>
a { background-color: #261937; }
a { background-color: rgb(38,25,55); }
div.DivClassName
{
background-color: #261937;
}
.BgClassName
{
background-color: #261937;
}
</style>
border-color css
<style>
span { border-color: #261937; }
span { border-color: rgb(38,25,55); }
td.TdClassName
{
border-color: #261937;
}
.TagClassName
{
border-color: #261937;
}
</style>