Shades of Blackcurrant #260C3C
Tints of Blackcurrant #260C3C
RGB
CMYK
RGB Variations
Color information
#260C3C (or 0x260C3C) is known color: Blackcurrant. HEX triplet: 26, 0C and 3C. RGB value is (38,12,60). Sum of RGB (Red+Green+Blue) = 38+12+60=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #260C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C3C is #D9F3C3. Grayscale: #191919. Windows color (decimal): -14283716 or 3935270. OLE color: 3935270.
HSL color Cylindrical-coordinate representation of color #260C3C: hue angle of 272.5º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #260C3C is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 12 | 60 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.76 |
| HSL | 272.5º | 0.67% | 0.14% | - |
| HSV(B) | 272.5º | 0.8% | 0.24% | - |
| XYZ | 1.75 | 1 | 4.38 | - |
| YUV | 25.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 60 | 0.37 | 0.80 | 0 | 0.76 | 272.5 | 0.67 | 0.14 |
| Hex | 26 | C | 3C | 25 | 50 | 0 | 4C | 110 | 43 | E |
| Octal | 46 | 14 | 74 | 45 | 120 | 0 | 114 | 420 | 103 | 16 |
| Binary | 100110 | 1100 | 111100 | 100101 | 1010000 | 0 | 1001100 | 100010000 | 1000011 | 1110 |
Color Harmonies of #260C3C
Complementary color
Monochromatic Colors of #260C3C
Black with #260C3C
Text Example
Text Example
White with #260C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C3C; }
p { color: rgb(38,12,60); }
H1.HeaderClassName
{
color: #260C3C;
}
.AnyTagClassName
{
color: #260C3C;
}
</style>
background-color css
<style>
a { background-color: #260C3C; }
a { background-color: rgb(38,12,60); }
div.DivClassName
{
background-color: #260C3C;
}
.BgClassName
{
background-color: #260C3C;
}
</style>
border-color css
<style>
span { border-color: #260C3C; }
span { border-color: rgb(38,12,60); }
td.TdClassName
{
border-color: #260C3C;
}
.TagClassName
{
border-color: #260C3C;
}
</style>