Shades of Blackcurrant #260C34
Tints of Blackcurrant #260C34
RGB
CMYK
RGB Variations
Color information
#260C34 (or 0x260C34) is known color: Blackcurrant. HEX triplet: 26, 0C and 34. RGB value is (38,12,52). Sum of RGB (Red+Green+Blue) = 38+12+52=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #260C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C34 is #D9F3CB. Grayscale: #181818. Windows color (decimal): -14283724 or 3410982. OLE color: 3410982.
HSL color Cylindrical-coordinate representation of color #260C34: hue angle of 279º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #260C34 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 12 | 52 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.80 |
| HSL | 279º | 0.63% | 0.13% | - |
| HSV(B) | 279º | 0.77% | 0.2% | - |
| XYZ | 1.55 | 0.92 | 3.35 | - |
| YUV | 24.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 52 | 0.27 | 0.77 | 0 | 0.80 | 279 | 0.63 | 0.13 |
| Hex | 26 | C | 34 | 1B | 4D | 0 | 50 | 117 | 3E | D |
| Octal | 46 | 14 | 64 | 33 | 115 | 0 | 120 | 427 | 76 | 15 |
| Binary | 100110 | 1100 | 110100 | 11011 | 1001101 | 0 | 1010000 | 100010111 | 111110 | 1101 |
Color Harmonies of #260C34
Complementary color
Monochromatic Colors of #260C34
Black with #260C34
Text Example
Text Example
White with #260C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C34; }
p { color: rgb(38,12,52); }
H1.HeaderClassName
{
color: #260C34;
}
.AnyTagClassName
{
color: #260C34;
}
</style>
background-color css
<style>
a { background-color: #260C34; }
a { background-color: rgb(38,12,52); }
div.DivClassName
{
background-color: #260C34;
}
.BgClassName
{
background-color: #260C34;
}
</style>
border-color css
<style>
span { border-color: #260C34; }
span { border-color: rgb(38,12,52); }
td.TdClassName
{
border-color: #260C34;
}
.TagClassName
{
border-color: #260C34;
}
</style>