Shades of Blackcurrant #261135
Tints of Blackcurrant #261135
RGB
CMYK
RGB Variations
Color information
#261135 (or 0x261135) is known color: Blackcurrant. HEX triplet: 26, 11 and 35. RGB value is (38,17,53). Sum of RGB (Red+Green+Blue) = 38+17+53=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #261135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261135 is #D9EECA. Grayscale: #1B1B1B. Windows color (decimal): -14282443 or 3477798. OLE color: 3477798.
HSL color Cylindrical-coordinate representation of color #261135: hue angle of 275º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261135 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 17 | 53 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.79 |
| HSL | 275º | 0.51% | 0.14% | - |
| HSV(B) | 275º | 0.68% | 0.21% | - |
| XYZ | 1.64 | 1.07 | 3.49 | - |
| YUV | 27.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 53 | 0.28 | 0.68 | 0 | 0.79 | 275 | 0.51 | 0.14 |
| Hex | 26 | 11 | 35 | 1C | 44 | 0 | 4F | 113 | 33 | E |
| Octal | 46 | 21 | 65 | 34 | 104 | 0 | 117 | 423 | 63 | 16 |
| Binary | 100110 | 10001 | 110101 | 11100 | 1000100 | 0 | 1001111 | 100010011 | 110011 | 1110 |
Color Harmonies of #261135
Complementary color
Monochromatic Colors of #261135
Black with #261135
Text Example
Text Example
White with #261135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261135; }
p { color: rgb(38,17,53); }
H1.HeaderClassName
{
color: #261135;
}
.AnyTagClassName
{
color: #261135;
}
</style>
background-color css
<style>
a { background-color: #261135; }
a { background-color: rgb(38,17,53); }
div.DivClassName
{
background-color: #261135;
}
.BgClassName
{
background-color: #261135;
}
</style>
border-color css
<style>
span { border-color: #261135; }
span { border-color: rgb(38,17,53); }
td.TdClassName
{
border-color: #261135;
}
.TagClassName
{
border-color: #261135;
}
</style>