Shades of Blackcurrant #26142F
Tints of Blackcurrant #26142F
RGB
CMYK
RGB Variations
Color information
#26142F (or 0x26142F) is known color: Blackcurrant. HEX triplet: 26, 14 and 2F. RGB value is (38,20,47). Sum of RGB (Red+Green+Blue) = 38+20+47=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #26142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26142F is #D9EBD0. Grayscale: #1C1C1C. Windows color (decimal): -14281681 or 3085350. OLE color: 3085350.
HSL color Cylindrical-coordinate representation of color #26142F: hue angle of 280º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26142F is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 20 | 47 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.82 |
| HSL | 280º | 0.4% | 0.13% | - |
| HSV(B) | 280º | 0.57% | 0.18% | - |
| XYZ | 1.56 | 1.12 | 2.82 | - |
| YUV | 28.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 47 | 0.19 | 0.57 | 0 | 0.82 | 280 | 0.4 | 0.13 |
| Hex | 26 | 14 | 2F | 13 | 39 | 0 | 52 | 118 | 28 | D |
| Octal | 46 | 24 | 57 | 23 | 71 | 0 | 122 | 430 | 50 | 15 |
| Binary | 100110 | 10100 | 101111 | 10011 | 111001 | 0 | 1010010 | 100011000 | 101000 | 1101 |
Color Harmonies of #26142F
Complementary color
Monochromatic Colors of #26142F
Black with #26142F
Text Example
Text Example
White with #26142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26142F; }
p { color: rgb(38,20,47); }
H1.HeaderClassName
{
color: #26142F;
}
.AnyTagClassName
{
color: #26142F;
}
</style>
background-color css
<style>
a { background-color: #26142F; }
a { background-color: rgb(38,20,47); }
div.DivClassName
{
background-color: #26142F;
}
.BgClassName
{
background-color: #26142F;
}
</style>
border-color css
<style>
span { border-color: #26142F; }
span { border-color: rgb(38,20,47); }
td.TdClassName
{
border-color: #26142F;
}
.TagClassName
{
border-color: #26142F;
}
</style>