Shades of Blackcurrant #260D44
Tints of Blackcurrant #260D44
RGB
CMYK
RGB Variations
Color information
#260D44 (or 0x260D44) is known color: Blackcurrant. HEX triplet: 26, 0D and 44. RGB value is (38,13,68). Sum of RGB (Red+Green+Blue) = 38+13+68=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #260D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D44 is #D9F2BB. Grayscale: #1A1A1A. Windows color (decimal): -14283452 or 4459814. OLE color: 4459814.
HSL color Cylindrical-coordinate representation of color #260D44: hue angle of 267.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260D44 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 13 | 68 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.73 |
| HSL | 267.27º | 0.68% | 0.16% | - |
| HSV(B) | 267.27º | 0.81% | 0.27% | - |
| XYZ | 1.99 | 1.12 | 5.58 | - |
| YUV | 26.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 68 | 0.44 | 0.81 | 0 | 0.73 | 267.27 | 0.68 | 0.16 |
| Hex | 26 | D | 44 | 2C | 51 | 0 | 49 | 10B | 44 | 10 |
| Octal | 46 | 15 | 104 | 54 | 121 | 0 | 111 | 413 | 104 | 20 |
| Binary | 100110 | 1101 | 1000100 | 101100 | 1010001 | 0 | 1001001 | 100001011 | 1000100 | 10000 |
Color Harmonies of #260D44
Complementary color
Monochromatic Colors of #260D44
Black with #260D44
Text Example
Text Example
White with #260D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D44; }
p { color: rgb(38,13,68); }
H1.HeaderClassName
{
color: #260D44;
}
.AnyTagClassName
{
color: #260D44;
}
</style>
background-color css
<style>
a { background-color: #260D44; }
a { background-color: rgb(38,13,68); }
div.DivClassName
{
background-color: #260D44;
}
.BgClassName
{
background-color: #260D44;
}
</style>
border-color css
<style>
span { border-color: #260D44; }
span { border-color: rgb(38,13,68); }
td.TdClassName
{
border-color: #260D44;
}
.TagClassName
{
border-color: #260D44;
}
</style>