Shades of Blackcurrant #261934
Tints of Blackcurrant #261934
RGB
CMYK
RGB Variations
Color information
#261934 (or 0x261934) is known color: Blackcurrant. HEX triplet: 26, 19 and 34. RGB value is (38,25,52). Sum of RGB (Red+Green+Blue) = 38+25+52=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #261934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261934 is #D9E6CB. Grayscale: #1F1F1F. Windows color (decimal): -14280396 or 3414310. OLE color: 3414310.
HSL color Cylindrical-coordinate representation of color #261934: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #261934 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 25 | 52 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.80 |
| HSL | 268.89º | 0.35% | 0.15% | - |
| HSV(B) | 268.89º | 0.52% | 0.2% | - |
| XYZ | 1.77 | 1.36 | 3.42 | - |
| YUV | 31.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 52 | 0.27 | 0.52 | 0 | 0.80 | 268.89 | 0.35 | 0.15 |
| Hex | 26 | 19 | 34 | 1B | 34 | 0 | 50 | 10D | 23 | F |
| Octal | 46 | 31 | 64 | 33 | 64 | 0 | 120 | 415 | 43 | 17 |
| Binary | 100110 | 11001 | 110100 | 11011 | 110100 | 0 | 1010000 | 100001101 | 100011 | 1111 |
Color Harmonies of #261934
Complementary color
Monochromatic Colors of #261934
Black with #261934
Text Example
Text Example
White with #261934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261934; }
p { color: rgb(38,25,52); }
H1.HeaderClassName
{
color: #261934;
}
.AnyTagClassName
{
color: #261934;
}
</style>
background-color css
<style>
a { background-color: #261934; }
a { background-color: rgb(38,25,52); }
div.DivClassName
{
background-color: #261934;
}
.BgClassName
{
background-color: #261934;
}
</style>
border-color css
<style>
span { border-color: #261934; }
span { border-color: rgb(38,25,52); }
td.TdClassName
{
border-color: #261934;
}
.TagClassName
{
border-color: #261934;
}
</style>