Shades of Blackcurrant #261534
Tints of Blackcurrant #261534
RGB
CMYK
RGB Variations
Color information
#261534 (or 0x261534) is known color: Blackcurrant. HEX triplet: 26, 15 and 34. RGB value is (38,21,52). Sum of RGB (Red+Green+Blue) = 38+21+52=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #261534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261534 is #D9EACB. Grayscale: #1D1D1D. Windows color (decimal): -14281420 or 3413286. OLE color: 3413286.
HSL color Cylindrical-coordinate representation of color #261534: hue angle of 272.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #261534 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 21 | 52 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.80 |
| HSL | 272.9º | 0.42% | 0.14% | - |
| HSV(B) | 272.9º | 0.6% | 0.2% | - |
| XYZ | 1.69 | 1.2 | 3.39 | - |
| YUV | 29.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 52 | 0.27 | 0.60 | 0 | 0.80 | 272.9 | 0.42 | 0.14 |
| Hex | 26 | 15 | 34 | 1B | 3C | 0 | 50 | 111 | 2A | E |
| Octal | 46 | 25 | 64 | 33 | 74 | 0 | 120 | 421 | 52 | 16 |
| Binary | 100110 | 10101 | 110100 | 11011 | 111100 | 0 | 1010000 | 100010001 | 101010 | 1110 |
Color Harmonies of #261534
Complementary color
Monochromatic Colors of #261534
Black with #261534
Text Example
Text Example
White with #261534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261534; }
p { color: rgb(38,21,52); }
H1.HeaderClassName
{
color: #261534;
}
.AnyTagClassName
{
color: #261534;
}
</style>
background-color css
<style>
a { background-color: #261534; }
a { background-color: rgb(38,21,52); }
div.DivClassName
{
background-color: #261534;
}
.BgClassName
{
background-color: #261534;
}
</style>
border-color css
<style>
span { border-color: #261534; }
span { border-color: rgb(38,21,52); }
td.TdClassName
{
border-color: #261534;
}
.TagClassName
{
border-color: #261534;
}
</style>