Shades of Blackcurrant #26024F
Tints of Blackcurrant #26024F
RGB
CMYK
RGB Variations
Color information
#26024F (or 0x26024F) is known color: Blackcurrant. HEX triplet: 26, 02 and 4F. RGB value is (38,2,79). Sum of RGB (Red+Green+Blue) = 38+2+79=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #26024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26024F is #D9FDB0. Grayscale: #151515. Windows color (decimal): -14286257 or 5177894. OLE color: 5177894.
HSL color Cylindrical-coordinate representation of color #26024F: hue angle of 268.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26024F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 2 | 79 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.69 |
| HSL | 268.05º | 0.95% | 0.16% | - |
| HSV(B) | 268.05º | 0.97% | 0.31% | - |
| XYZ | 2.23 | 1.02 | 7.48 | - |
| YUV | 21.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 79 | 0.52 | 0.97 | 0 | 0.69 | 268.05 | 0.95 | 0.16 |
| Hex | 26 | 2 | 4F | 34 | 61 | 0 | 45 | 10C | 5F | 10 |
| Octal | 46 | 2 | 117 | 64 | 141 | 0 | 105 | 414 | 137 | 20 |
| Binary | 100110 | 10 | 1001111 | 110100 | 1100001 | 0 | 1000101 | 100001100 | 1011111 | 10000 |
Color Harmonies of #26024F
Complementary color
Monochromatic Colors of #26024F
Black with #26024F
Text Example
Text Example
White with #26024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26024F; }
p { color: rgb(38,2,79); }
H1.HeaderClassName
{
color: #26024F;
}
.AnyTagClassName
{
color: #26024F;
}
</style>
background-color css
<style>
a { background-color: #26024F; }
a { background-color: rgb(38,2,79); }
div.DivClassName
{
background-color: #26024F;
}
.BgClassName
{
background-color: #26024F;
}
</style>
border-color css
<style>
span { border-color: #26024F; }
span { border-color: rgb(38,2,79); }
td.TdClassName
{
border-color: #26024F;
}
.TagClassName
{
border-color: #26024F;
}
</style>