Shades of Blackcurrant #260542
Tints of Blackcurrant #260542
RGB
CMYK
RGB Variations
Color information
#260542 (or 0x260542) is known color: Blackcurrant. HEX triplet: 26, 05 and 42. RGB value is (38,5,66). Sum of RGB (Red+Green+Blue) = 38+5+66=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #260542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260542 is #D9FABD. Grayscale: #151515. Windows color (decimal): -14285502 or 4326694. OLE color: 4326694.
HSL color Cylindrical-coordinate representation of color #260542: hue angle of 272.46º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260542 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 5 | 66 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.74 |
| HSL | 272.46º | 0.86% | 0.14% | - |
| HSV(B) | 272.46º | 0.92% | 0.26% | - |
| XYZ | 1.84 | 0.91 | 5.23 | - |
| YUV | 21.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 66 | 0.42 | 0.92 | 0 | 0.74 | 272.46 | 0.86 | 0.14 |
| Hex | 26 | 5 | 42 | 2A | 5C | 0 | 4A | 110 | 56 | E |
| Octal | 46 | 5 | 102 | 52 | 134 | 0 | 112 | 420 | 126 | 16 |
| Binary | 100110 | 101 | 1000010 | 101010 | 1011100 | 0 | 1001010 | 100010000 | 1010110 | 1110 |
Color Harmonies of #260542
Complementary color
Monochromatic Colors of #260542
Black with #260542
Text Example
Text Example
White with #260542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260542; }
p { color: rgb(38,5,66); }
H1.HeaderClassName
{
color: #260542;
}
.AnyTagClassName
{
color: #260542;
}
</style>
background-color css
<style>
a { background-color: #260542; }
a { background-color: rgb(38,5,66); }
div.DivClassName
{
background-color: #260542;
}
.BgClassName
{
background-color: #260542;
}
</style>
border-color css
<style>
span { border-color: #260542; }
span { border-color: rgb(38,5,66); }
td.TdClassName
{
border-color: #260542;
}
.TagClassName
{
border-color: #260542;
}
</style>