Shades of Blackcurrant #26034C
Tints of Blackcurrant #26034C
RGB
CMYK
RGB Variations
Color information
#26034C (or 0x26034C) is known color: Blackcurrant. HEX triplet: 26, 03 and 4C. RGB value is (38,3,76). Sum of RGB (Red+Green+Blue) = 38+3+76=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #26034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26034C is #D9FCB3. Grayscale: #151515. Windows color (decimal): -14286004 or 4981542. OLE color: 4981542.
HSL color Cylindrical-coordinate representation of color #26034C: hue angle of 268.77º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26034C is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 3 | 76 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.70 |
| HSL | 268.77º | 0.92% | 0.15% | - |
| HSV(B) | 268.77º | 0.96% | 0.3% | - |
| XYZ | 2.14 | 1 | 6.92 | - |
| YUV | 21.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 76 | 0.5 | 0.96 | 0 | 0.70 | 268.77 | 0.92 | 0.15 |
| Hex | 26 | 3 | 4C | 32 | 60 | 0 | 46 | 10D | 5C | F |
| Octal | 46 | 3 | 114 | 62 | 140 | 0 | 106 | 415 | 134 | 17 |
| Binary | 100110 | 11 | 1001100 | 110010 | 1100000 | 0 | 1000110 | 100001101 | 1011100 | 1111 |
Color Harmonies of #26034C
Complementary color
Monochromatic Colors of #26034C
Black with #26034C
Text Example
Text Example
White with #26034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26034C; }
p { color: rgb(38,3,76); }
H1.HeaderClassName
{
color: #26034C;
}
.AnyTagClassName
{
color: #26034C;
}
</style>
background-color css
<style>
a { background-color: #26034C; }
a { background-color: rgb(38,3,76); }
div.DivClassName
{
background-color: #26034C;
}
.BgClassName
{
background-color: #26034C;
}
</style>
border-color css
<style>
span { border-color: #26034C; }
span { border-color: rgb(38,3,76); }
td.TdClassName
{
border-color: #26034C;
}
.TagClassName
{
border-color: #26034C;
}
</style>