Shades of Blackcurrant #260044
Tints of Blackcurrant #260044
RGB
CMYK
RGB Variations
Color information
#260044 (or 0x260044) is known color: Blackcurrant. HEX triplet: 26, 00 and 44. RGB value is (38,0,68). Sum of RGB (Red+Green+Blue) = 38+0+68=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #260044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260044 is #D9FFBB. Grayscale: #121212. Windows color (decimal): -14286780 or 4456486. OLE color: 4456486.
HSL color Cylindrical-coordinate representation of color #260044: hue angle of 273.53º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260044 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 0 | 68 | - |
| CMYK | 0.44 | 1 | 0 | 0.73 |
| HSL | 273.53º | 1% | 0.13% | - |
| HSV(B) | 273.53º | 1% | 0.27% | - |
| XYZ | 1.84 | 0.83 | 5.53 | - |
| YUV | 19.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 68 | 0.44 | 1 | 0 | 0.73 | 273.53 | 1 | 0.13 |
| Hex | 26 | 0 | 44 | 2C | 64 | 0 | 49 | 112 | 64 | D |
| Octal | 46 | 0 | 104 | 54 | 144 | 0 | 111 | 422 | 144 | 15 |
| Binary | 100110 | 0 | 1000100 | 101100 | 1100100 | 0 | 1001001 | 100010010 | 1100100 | 1101 |
Color Harmonies of #260044
Complementary color
Monochromatic Colors of #260044
Black with #260044
Text Example
Text Example
White with #260044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260044; }
p { color: rgb(38,0,68); }
H1.HeaderClassName
{
color: #260044;
}
.AnyTagClassName
{
color: #260044;
}
</style>
background-color css
<style>
a { background-color: #260044; }
a { background-color: rgb(38,0,68); }
div.DivClassName
{
background-color: #260044;
}
.BgClassName
{
background-color: #260044;
}
</style>
border-color css
<style>
span { border-color: #260044; }
span { border-color: rgb(38,0,68); }
td.TdClassName
{
border-color: #260044;
}
.TagClassName
{
border-color: #260044;
}
</style>