Shades of Blackcurrant #26143A
Tints of Blackcurrant #26143A
RGB
CMYK
RGB Variations
Color information
#26143A (or 0x26143A) is known color: Blackcurrant. HEX triplet: 26, 14 and 3A. RGB value is (38,20,58). Sum of RGB (Red+Green+Blue) = 38+20+58=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #26143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26143A is #D9EBC5. Grayscale: #1D1D1D. Windows color (decimal): -14281670 or 3806246. OLE color: 3806246.
HSL color Cylindrical-coordinate representation of color #26143A: hue angle of 268.42º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26143A is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 20 | 58 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.77 |
| HSL | 268.42º | 0.49% | 0.15% | - |
| HSV(B) | 268.42º | 0.66% | 0.23% | - |
| XYZ | 1.81 | 1.22 | 4.14 | - |
| YUV | 29.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 58 | 0.34 | 0.66 | 0 | 0.77 | 268.42 | 0.49 | 0.15 |
| Hex | 26 | 14 | 3A | 22 | 42 | 0 | 4D | 10C | 31 | F |
| Octal | 46 | 24 | 72 | 42 | 102 | 0 | 115 | 414 | 61 | 17 |
| Binary | 100110 | 10100 | 111010 | 100010 | 1000010 | 0 | 1001101 | 100001100 | 110001 | 1111 |
Color Harmonies of #26143A
Complementary color
Monochromatic Colors of #26143A
Black with #26143A
Text Example
Text Example
White with #26143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26143A; }
p { color: rgb(38,20,58); }
H1.HeaderClassName
{
color: #26143A;
}
.AnyTagClassName
{
color: #26143A;
}
</style>
background-color css
<style>
a { background-color: #26143A; }
a { background-color: rgb(38,20,58); }
div.DivClassName
{
background-color: #26143A;
}
.BgClassName
{
background-color: #26143A;
}
</style>
border-color css
<style>
span { border-color: #26143A; }
span { border-color: rgb(38,20,58); }
td.TdClassName
{
border-color: #26143A;
}
.TagClassName
{
border-color: #26143A;
}
</style>