Shades of Blackcurrant #260132
Tints of Blackcurrant #260132
RGB
CMYK
RGB Variations
Color information
#260132 (or 0x260132) is known color: Blackcurrant. HEX triplet: 26, 01 and 32. RGB value is (38,1,50). Sum of RGB (Red+Green+Blue) = 38+1+50=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #260132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260132 is #D9FECD. Grayscale: #111111. Windows color (decimal): -14286542 or 3277094. OLE color: 3277094.
HSL color Cylindrical-coordinate representation of color #260132: hue angle of 285.31º 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 #260132 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 1 | 50 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.80 |
| HSL | 285.31º | 0.96% | 0.1% | - |
| HSV(B) | 285.31º | 0.98% | 0.2% | - |
| XYZ | 1.39 | 0.66 | 3.07 | - |
| YUV | 17.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 50 | 0.24 | 0.98 | 0 | 0.80 | 285.31 | 0.96 | 0.1 |
| Hex | 26 | 1 | 32 | 18 | 62 | 0 | 50 | 11D | 60 | A |
| Octal | 46 | 1 | 62 | 30 | 142 | 0 | 120 | 435 | 140 | 12 |
| Binary | 100110 | 1 | 110010 | 11000 | 1100010 | 0 | 1010000 | 100011101 | 1100000 | 1010 |
Color Harmonies of #260132
Complementary color
Monochromatic Colors of #260132
Black with #260132
Text Example
Text Example
White with #260132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260132; }
p { color: rgb(38,1,50); }
H1.HeaderClassName
{
color: #260132;
}
.AnyTagClassName
{
color: #260132;
}
</style>
background-color css
<style>
a { background-color: #260132; }
a { background-color: rgb(38,1,50); }
div.DivClassName
{
background-color: #260132;
}
.BgClassName
{
background-color: #260132;
}
</style>
border-color css
<style>
span { border-color: #260132; }
span { border-color: rgb(38,1,50); }
td.TdClassName
{
border-color: #260132;
}
.TagClassName
{
border-color: #260132;
}
</style>