Shades of Blackcurrant #260643
Tints of Blackcurrant #260643
RGB
CMYK
RGB Variations
Color information
#260643 (or 0x260643) is known color: Blackcurrant. HEX triplet: 26, 06 and 43. RGB value is (38,6,67). Sum of RGB (Red+Green+Blue) = 38+6+67=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #260643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260643 is #D9F9BC. Grayscale: #161616. Windows color (decimal): -14285245 or 4392486. OLE color: 4392486.
HSL color Cylindrical-coordinate representation of color #260643: hue angle of 271.48º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260643 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 6 | 67 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.74 |
| HSL | 271.48º | 0.84% | 0.14% | - |
| HSV(B) | 271.48º | 0.91% | 0.26% | - |
| XYZ | 1.88 | 0.95 | 5.39 | - |
| YUV | 22.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 67 | 0.43 | 0.91 | 0 | 0.74 | 271.48 | 0.84 | 0.14 |
| Hex | 26 | 6 | 43 | 2B | 5B | 0 | 4A | 10F | 54 | E |
| Octal | 46 | 6 | 103 | 53 | 133 | 0 | 112 | 417 | 124 | 16 |
| Binary | 100110 | 110 | 1000011 | 101011 | 1011011 | 0 | 1001010 | 100001111 | 1010100 | 1110 |
Color Harmonies of #260643
Complementary color
Monochromatic Colors of #260643
Black with #260643
Text Example
Text Example
White with #260643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260643; }
p { color: rgb(38,6,67); }
H1.HeaderClassName
{
color: #260643;
}
.AnyTagClassName
{
color: #260643;
}
</style>
background-color css
<style>
a { background-color: #260643; }
a { background-color: rgb(38,6,67); }
div.DivClassName
{
background-color: #260643;
}
.BgClassName
{
background-color: #260643;
}
</style>
border-color css
<style>
span { border-color: #260643; }
span { border-color: rgb(38,6,67); }
td.TdClassName
{
border-color: #260643;
}
.TagClassName
{
border-color: #260643;
}
</style>