Shades of Blackcurrant #26113C
Tints of Blackcurrant #26113C
RGB
CMYK
RGB Variations
Color information
#26113C (or 0x26113C) is known color: Blackcurrant. HEX triplet: 26, 11 and 3C. RGB value is (38,17,60). Sum of RGB (Red+Green+Blue) = 38+17+60=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #26113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26113C is #D9EEC3. Grayscale: #1C1C1C. Windows color (decimal): -14282436 or 3936550. OLE color: 3936550.
HSL color Cylindrical-coordinate representation of color #26113C: hue angle of 269.3º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26113C is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 17 | 60 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.76 |
| HSL | 269.3º | 0.56% | 0.15% | - |
| HSV(B) | 269.3º | 0.72% | 0.24% | - |
| XYZ | 1.82 | 1.14 | 4.4 | - |
| YUV | 28.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 60 | 0.37 | 0.72 | 0 | 0.76 | 269.3 | 0.56 | 0.15 |
| Hex | 26 | 11 | 3C | 25 | 48 | 0 | 4C | 10D | 38 | F |
| Octal | 46 | 21 | 74 | 45 | 110 | 0 | 114 | 415 | 70 | 17 |
| Binary | 100110 | 10001 | 111100 | 100101 | 1001000 | 0 | 1001100 | 100001101 | 111000 | 1111 |
Color Harmonies of #26113C
Complementary color
Monochromatic Colors of #26113C
Black with #26113C
Text Example
Text Example
White with #26113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26113C; }
p { color: rgb(38,17,60); }
H1.HeaderClassName
{
color: #26113C;
}
.AnyTagClassName
{
color: #26113C;
}
</style>
background-color css
<style>
a { background-color: #26113C; }
a { background-color: rgb(38,17,60); }
div.DivClassName
{
background-color: #26113C;
}
.BgClassName
{
background-color: #26113C;
}
</style>
border-color css
<style>
span { border-color: #26113C; }
span { border-color: rgb(38,17,60); }
td.TdClassName
{
border-color: #26113C;
}
.TagClassName
{
border-color: #26113C;
}
</style>