Shades of Blackcurrant #260135
Tints of Blackcurrant #260135
RGB
CMYK
RGB Variations
Color information
#260135 (or 0x260135) is known color: Blackcurrant. HEX triplet: 26, 01 and 35. RGB value is (38,1,53). Sum of RGB (Red+Green+Blue) = 38+1+53=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #260135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260135 is #D9FECA. Grayscale: #111111. Windows color (decimal): -14286539 or 3473702. OLE color: 3473702.
HSL color Cylindrical-coordinate representation of color #260135: hue angle of 282.69º 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 #260135 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 1 | 53 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.79 |
| HSL | 282.69º | 0.96% | 0.11% | - |
| HSV(B) | 282.69º | 0.98% | 0.21% | - |
| XYZ | 1.45 | 0.69 | 3.42 | - |
| YUV | 17.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 53 | 0.28 | 0.98 | 0 | 0.79 | 282.69 | 0.96 | 0.11 |
| Hex | 26 | 1 | 35 | 1C | 62 | 0 | 4F | 11B | 60 | B |
| Octal | 46 | 1 | 65 | 34 | 142 | 0 | 117 | 433 | 140 | 13 |
| Binary | 100110 | 1 | 110101 | 11100 | 1100010 | 0 | 1001111 | 100011011 | 1100000 | 1011 |
Color Harmonies of #260135
Complementary color
Monochromatic Colors of #260135
Black with #260135
Text Example
Text Example
White with #260135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260135; }
p { color: rgb(38,1,53); }
H1.HeaderClassName
{
color: #260135;
}
.AnyTagClassName
{
color: #260135;
}
</style>
background-color css
<style>
a { background-color: #260135; }
a { background-color: rgb(38,1,53); }
div.DivClassName
{
background-color: #260135;
}
.BgClassName
{
background-color: #260135;
}
</style>
border-color css
<style>
span { border-color: #260135; }
span { border-color: rgb(38,1,53); }
td.TdClassName
{
border-color: #260135;
}
.TagClassName
{
border-color: #260135;
}
</style>