Shades of Blackcurrant #260136
Tints of Blackcurrant #260136
RGB
CMYK
RGB Variations
Color information
#260136 (or 0x260136) is known color: Blackcurrant. HEX triplet: 26, 01 and 36. RGB value is (38,1,54). Sum of RGB (Red+Green+Blue) = 38+1+54=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #260136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260136 is #D9FEC9. Grayscale: #111111. Windows color (decimal): -14286538 or 3539238. OLE color: 3539238.
HSL color Cylindrical-coordinate representation of color #260136: hue angle of 281.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260136 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 1 | 54 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.79 |
| HSL | 281.89º | 0.96% | 0.11% | - |
| HSV(B) | 281.89º | 0.98% | 0.21% | - |
| XYZ | 1.48 | 0.7 | 3.55 | - |
| YUV | 18.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 54 | 0.30 | 0.98 | 0 | 0.79 | 281.89 | 0.96 | 0.11 |
| Hex | 26 | 1 | 36 | 1E | 62 | 0 | 4F | 11A | 60 | B |
| Octal | 46 | 1 | 66 | 36 | 142 | 0 | 117 | 432 | 140 | 13 |
| Binary | 100110 | 1 | 110110 | 11110 | 1100010 | 0 | 1001111 | 100011010 | 1100000 | 1011 |
Color Harmonies of #260136
Complementary color
Monochromatic Colors of #260136
Black with #260136
Text Example
Text Example
White with #260136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260136; }
p { color: rgb(38,1,54); }
H1.HeaderClassName
{
color: #260136;
}
.AnyTagClassName
{
color: #260136;
}
</style>
background-color css
<style>
a { background-color: #260136; }
a { background-color: rgb(38,1,54); }
div.DivClassName
{
background-color: #260136;
}
.BgClassName
{
background-color: #260136;
}
</style>
border-color css
<style>
span { border-color: #260136; }
span { border-color: rgb(38,1,54); }
td.TdClassName
{
border-color: #260136;
}
.TagClassName
{
border-color: #260136;
}
</style>