Shades of Blackcurrant #26042A
Tints of Blackcurrant #26042A
RGB
CMYK
RGB Variations
Color information
#26042A (or 0x26042A) is known color: Blackcurrant. HEX triplet: 26, 04 and 2A. RGB value is (38,4,42). Sum of RGB (Red+Green+Blue) = 38+4+42=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #26042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26042A is #D9FBD5. Grayscale: #121212. Windows color (decimal): -14285782 or 2753574. OLE color: 2753574.
HSL color Cylindrical-coordinate representation of color #26042A: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26042A is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 4 | 42 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.84 |
| HSL | 293.68º | 0.83% | 0.09% | - |
| HSV(B) | 293.68º | 0.9% | 0.16% | - |
| XYZ | 1.26 | 0.67 | 2.25 | - |
| YUV | 18.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 42 | 0.10 | 0.90 | 0 | 0.84 | 293.68 | 0.83 | 0.09 |
| Hex | 26 | 4 | 2A | A | 5A | 0 | 54 | 126 | 53 | 9 |
| Octal | 46 | 4 | 52 | 12 | 132 | 0 | 124 | 446 | 123 | 11 |
| Binary | 100110 | 100 | 101010 | 1010 | 1011010 | 0 | 1010100 | 100100110 | 1010011 | 1001 |
Color Harmonies of #26042A
Complementary color
Monochromatic Colors of #26042A
Black with #26042A
Text Example
Text Example
White with #26042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26042A; }
p { color: rgb(38,4,42); }
H1.HeaderClassName
{
color: #26042A;
}
.AnyTagClassName
{
color: #26042A;
}
</style>
background-color css
<style>
a { background-color: #26042A; }
a { background-color: rgb(38,4,42); }
div.DivClassName
{
background-color: #26042A;
}
.BgClassName
{
background-color: #26042A;
}
</style>
border-color css
<style>
span { border-color: #26042A; }
span { border-color: rgb(38,4,42); }
td.TdClassName
{
border-color: #26042A;
}
.TagClassName
{
border-color: #26042A;
}
</style>