Shades of Blackcurrant #26054F
Tints of Blackcurrant #26054F
RGB
CMYK
RGB Variations
Color information
#26054F (or 0x26054F) is known color: Blackcurrant. HEX triplet: 26, 05 and 4F. RGB value is (38,5,79). Sum of RGB (Red+Green+Blue) = 38+5+79=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #26054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26054F is #D9FAB0. Grayscale: #171717. Windows color (decimal): -14285489 or 5178662. OLE color: 5178662.
HSL color Cylindrical-coordinate representation of color #26054F: hue angle of 266.76º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26054F is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 5 | 79 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.69 |
| HSL | 266.76º | 0.88% | 0.16% | - |
| HSV(B) | 266.76º | 0.94% | 0.31% | - |
| XYZ | 2.26 | 1.09 | 7.49 | - |
| YUV | 23.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 79 | 0.52 | 0.94 | 0 | 0.69 | 266.76 | 0.88 | 0.16 |
| Hex | 26 | 5 | 4F | 34 | 5E | 0 | 45 | 10B | 58 | 10 |
| Octal | 46 | 5 | 117 | 64 | 136 | 0 | 105 | 413 | 130 | 20 |
| Binary | 100110 | 101 | 1001111 | 110100 | 1011110 | 0 | 1000101 | 100001011 | 1011000 | 10000 |
Color Harmonies of #26054F
Complementary color
Monochromatic Colors of #26054F
Black with #26054F
Text Example
Text Example
White with #26054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26054F; }
p { color: rgb(38,5,79); }
H1.HeaderClassName
{
color: #26054F;
}
.AnyTagClassName
{
color: #26054F;
}
</style>
background-color css
<style>
a { background-color: #26054F; }
a { background-color: rgb(38,5,79); }
div.DivClassName
{
background-color: #26054F;
}
.BgClassName
{
background-color: #26054F;
}
</style>
border-color css
<style>
span { border-color: #26054F; }
span { border-color: rgb(38,5,79); }
td.TdClassName
{
border-color: #26054F;
}
.TagClassName
{
border-color: #26054F;
}
</style>