Shades of Blackcurrant #26143F
Tints of Blackcurrant #26143F
RGB
CMYK
RGB Variations
Color information
#26143F (or 0x26143F) is known color: Blackcurrant. HEX triplet: 26, 14 and 3F. RGB value is (38,20,63). Sum of RGB (Red+Green+Blue) = 38+20+63=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #26143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26143F is #D9EBC0. Grayscale: #1E1E1E. Windows color (decimal): -14281665 or 4133926. OLE color: 4133926.
HSL color Cylindrical-coordinate representation of color #26143F: hue angle of 265.12º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26143F is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 20 | 63 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.75 |
| HSL | 265.12º | 0.52% | 0.16% | - |
| HSV(B) | 265.12º | 0.68% | 0.25% | - |
| XYZ | 1.95 | 1.27 | 4.85 | - |
| YUV | 30.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 63 | 0.40 | 0.68 | 0 | 0.75 | 265.12 | 0.52 | 0.16 |
| Hex | 26 | 14 | 3F | 28 | 44 | 0 | 4B | 109 | 34 | 10 |
| Octal | 46 | 24 | 77 | 50 | 104 | 0 | 113 | 411 | 64 | 20 |
| Binary | 100110 | 10100 | 111111 | 101000 | 1000100 | 0 | 1001011 | 100001001 | 110100 | 10000 |
Color Harmonies of #26143F
Complementary color
Monochromatic Colors of #26143F
Black with #26143F
Text Example
Text Example
White with #26143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26143F; }
p { color: rgb(38,20,63); }
H1.HeaderClassName
{
color: #26143F;
}
.AnyTagClassName
{
color: #26143F;
}
</style>
background-color css
<style>
a { background-color: #26143F; }
a { background-color: rgb(38,20,63); }
div.DivClassName
{
background-color: #26143F;
}
.BgClassName
{
background-color: #26143F;
}
</style>
border-color css
<style>
span { border-color: #26143F; }
span { border-color: rgb(38,20,63); }
td.TdClassName
{
border-color: #26143F;
}
.TagClassName
{
border-color: #26143F;
}
</style>