Shades of Blackcurrant #260E37
Tints of Blackcurrant #260E37
RGB
CMYK
RGB Variations
Color information
#260E37 (or 0x260E37) is known color: Blackcurrant. HEX triplet: 26, 0E and 37. RGB value is (38,14,55). Sum of RGB (Red+Green+Blue) = 38+14+55=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #260E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E37 is #D9F1C8. Grayscale: #191919. Windows color (decimal): -14283209 or 3608102. OLE color: 3608102.
HSL color Cylindrical-coordinate representation of color #260E37: hue angle of 275.12º degrees, saturation: 0.59, 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 #260E37 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 14 | 55 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.78 |
| HSL | 275.12º | 0.59% | 0.14% | - |
| HSV(B) | 275.12º | 0.75% | 0.22% | - |
| XYZ | 1.65 | 1 | 3.72 | - |
| YUV | 25.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 55 | 0.31 | 0.75 | 0 | 0.78 | 275.12 | 0.59 | 0.14 |
| Hex | 26 | E | 37 | 1F | 4B | 0 | 4E | 113 | 3B | E |
| Octal | 46 | 16 | 67 | 37 | 113 | 0 | 116 | 423 | 73 | 16 |
| Binary | 100110 | 1110 | 110111 | 11111 | 1001011 | 0 | 1001110 | 100010011 | 111011 | 1110 |
Color Harmonies of #260E37
Complementary color
Monochromatic Colors of #260E37
Black with #260E37
Text Example
Text Example
White with #260E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E37; }
p { color: rgb(38,14,55); }
H1.HeaderClassName
{
color: #260E37;
}
.AnyTagClassName
{
color: #260E37;
}
</style>
background-color css
<style>
a { background-color: #260E37; }
a { background-color: rgb(38,14,55); }
div.DivClassName
{
background-color: #260E37;
}
.BgClassName
{
background-color: #260E37;
}
</style>
border-color css
<style>
span { border-color: #260E37; }
span { border-color: rgb(38,14,55); }
td.TdClassName
{
border-color: #260E37;
}
.TagClassName
{
border-color: #260E37;
}
</style>