Shades of Blackcurrant #260134
Tints of Blackcurrant #260134
RGB
CMYK
RGB Variations
Color information
#260134 (or 0x260134) is known color: Blackcurrant. HEX triplet: 26, 01 and 34. RGB value is (38,1,52). Sum of RGB (Red+Green+Blue) = 38+1+52=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #260134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260134 is #D9FECB. Grayscale: #111111. Windows color (decimal): -14286540 or 3408166. OLE color: 3408166.
HSL color Cylindrical-coordinate representation of color #260134: hue angle of 283.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260134 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 1 | 52 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.80 |
| HSL | 283.53º | 0.96% | 0.1% | - |
| HSV(B) | 283.53º | 0.98% | 0.2% | - |
| XYZ | 1.43 | 0.68 | 3.31 | - |
| YUV | 17.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 52 | 0.27 | 0.98 | 0 | 0.80 | 283.53 | 0.96 | 0.1 |
| Hex | 26 | 1 | 34 | 1B | 62 | 0 | 50 | 11C | 60 | A |
| Octal | 46 | 1 | 64 | 33 | 142 | 0 | 120 | 434 | 140 | 12 |
| Binary | 100110 | 1 | 110100 | 11011 | 1100010 | 0 | 1010000 | 100011100 | 1100000 | 1010 |
Color Harmonies of #260134
Complementary color
Monochromatic Colors of #260134
Black with #260134
Text Example
Text Example
White with #260134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260134; }
p { color: rgb(38,1,52); }
H1.HeaderClassName
{
color: #260134;
}
.AnyTagClassName
{
color: #260134;
}
</style>
background-color css
<style>
a { background-color: #260134; }
a { background-color: rgb(38,1,52); }
div.DivClassName
{
background-color: #260134;
}
.BgClassName
{
background-color: #260134;
}
</style>
border-color css
<style>
span { border-color: #260134; }
span { border-color: rgb(38,1,52); }
td.TdClassName
{
border-color: #260134;
}
.TagClassName
{
border-color: #260134;
}
</style>