Shades of Blackcurrant #260C37
Tints of Blackcurrant #260C37
RGB
CMYK
RGB Variations
Color information
#260C37 (or 0x260C37) is known color: Blackcurrant. HEX triplet: 26, 0C and 37. RGB value is (38,12,55). Sum of RGB (Red+Green+Blue) = 38+12+55=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #260C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C37 is #D9F3C8. Grayscale: #181818. Windows color (decimal): -14283721 or 3607590. OLE color: 3607590.
HSL color Cylindrical-coordinate representation of color #260C37: hue angle of 276.28º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260C37 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 12 | 55 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.78 |
| HSL | 276.28º | 0.64% | 0.13% | - |
| HSV(B) | 276.28º | 0.78% | 0.22% | - |
| XYZ | 1.62 | 0.95 | 3.71 | - |
| YUV | 24.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 55 | 0.31 | 0.78 | 0 | 0.78 | 276.28 | 0.64 | 0.13 |
| Hex | 26 | C | 37 | 1F | 4E | 0 | 4E | 114 | 40 | D |
| Octal | 46 | 14 | 67 | 37 | 116 | 0 | 116 | 424 | 100 | 15 |
| Binary | 100110 | 1100 | 110111 | 11111 | 1001110 | 0 | 1001110 | 100010100 | 1000000 | 1101 |
Color Harmonies of #260C37
Complementary color
Monochromatic Colors of #260C37
Black with #260C37
Text Example
Text Example
White with #260C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C37; }
p { color: rgb(38,12,55); }
H1.HeaderClassName
{
color: #260C37;
}
.AnyTagClassName
{
color: #260C37;
}
</style>
background-color css
<style>
a { background-color: #260C37; }
a { background-color: rgb(38,12,55); }
div.DivClassName
{
background-color: #260C37;
}
.BgClassName
{
background-color: #260C37;
}
</style>
border-color css
<style>
span { border-color: #260C37; }
span { border-color: rgb(38,12,55); }
td.TdClassName
{
border-color: #260C37;
}
.TagClassName
{
border-color: #260C37;
}
</style>