Shades of Blackcurrant #260C40
Tints of Blackcurrant #260C40
RGB
CMYK
RGB Variations
Color information
#260C40 (or 0x260C40) is known color: Blackcurrant. HEX triplet: 26, 0C and 40. RGB value is (38,12,64). Sum of RGB (Red+Green+Blue) = 38+12+64=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #260C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C40 is #D9F3BF. Grayscale: #191919. Windows color (decimal): -14283712 or 4197414. OLE color: 4197414.
HSL color Cylindrical-coordinate representation of color #260C40: hue angle of 270º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260C40 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 12 | 64 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.75 |
| HSL | 270º | 0.68% | 0.15% | - |
| HSV(B) | 270º | 0.81% | 0.25% | - |
| XYZ | 1.86 | 1.05 | 4.95 | - |
| YUV | 25.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 64 | 0.41 | 0.81 | 0 | 0.75 | 270 | 0.68 | 0.15 |
| Hex | 26 | C | 40 | 29 | 51 | 0 | 4B | 10E | 44 | F |
| Octal | 46 | 14 | 100 | 51 | 121 | 0 | 113 | 416 | 104 | 17 |
| Binary | 100110 | 1100 | 1000000 | 101001 | 1010001 | 0 | 1001011 | 100001110 | 1000100 | 1111 |
Color Harmonies of #260C40
Complementary color
Monochromatic Colors of #260C40
Black with #260C40
Text Example
Text Example
White with #260C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C40; }
p { color: rgb(38,12,64); }
H1.HeaderClassName
{
color: #260C40;
}
.AnyTagClassName
{
color: #260C40;
}
</style>
background-color css
<style>
a { background-color: #260C40; }
a { background-color: rgb(38,12,64); }
div.DivClassName
{
background-color: #260C40;
}
.BgClassName
{
background-color: #260C40;
}
</style>
border-color css
<style>
span { border-color: #260C40; }
span { border-color: rgb(38,12,64); }
td.TdClassName
{
border-color: #260C40;
}
.TagClassName
{
border-color: #260C40;
}
</style>