Shades of Blackcurrant #260E39
Tints of Blackcurrant #260E39
RGB
CMYK
RGB Variations
Color information
#260E39 (or 0x260E39) is known color: Blackcurrant. HEX triplet: 26, 0E and 39. RGB value is (38,14,57). Sum of RGB (Red+Green+Blue) = 38+14+57=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #260E39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E39 is #D9F1C6. Grayscale: #191919. Windows color (decimal): -14283207 or 3739174. OLE color: 3739174.
HSL color Cylindrical-coordinate representation of color #260E39: hue angle of 273.49º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260E39 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 14 | 57 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.78 |
| HSL | 273.49º | 0.61% | 0.14% | - |
| HSV(B) | 273.49º | 0.75% | 0.22% | - |
| XYZ | 1.69 | 1.02 | 3.98 | - |
| YUV | 26.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 57 | 0.33 | 0.75 | 0 | 0.78 | 273.49 | 0.61 | 0.14 |
| Hex | 26 | E | 39 | 21 | 4B | 0 | 4E | 111 | 3D | E |
| Octal | 46 | 16 | 71 | 41 | 113 | 0 | 116 | 421 | 75 | 16 |
| Binary | 100110 | 1110 | 111001 | 100001 | 1001011 | 0 | 1001110 | 100010001 | 111101 | 1110 |
Color Harmonies of #260E39
Complementary color
Monochromatic Colors of #260E39
Black with #260E39
Text Example
Text Example
White with #260E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E39; }
p { color: rgb(38,14,57); }
H1.HeaderClassName
{
color: #260E39;
}
.AnyTagClassName
{
color: #260E39;
}
</style>
background-color css
<style>
a { background-color: #260E39; }
a { background-color: rgb(38,14,57); }
div.DivClassName
{
background-color: #260E39;
}
.BgClassName
{
background-color: #260E39;
}
</style>
border-color css
<style>
span { border-color: #260E39; }
span { border-color: rgb(38,14,57); }
td.TdClassName
{
border-color: #260E39;
}
.TagClassName
{
border-color: #260E39;
}
</style>