Shades of Blackcurrant #261E28
Tints of Blackcurrant #261E28
RGB
CMYK
RGB Variations
Color information
#261E28 (or 0x261E28) is known color: Blackcurrant. HEX triplet: 26, 1E and 28. RGB value is (38,30,40). Sum of RGB (Red+Green+Blue) = 38+30+40=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #261E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E28 is #D9E1D7. Grayscale: #212121. Windows color (decimal): -14279128 or 2629158. OLE color: 2629158.
HSL color Cylindrical-coordinate representation of color #261E28: hue angle of 288º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #261E28 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 30 | 40 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.84 |
| HSL | 288º | 0.14% | 0.14% | - |
| HSV(B) | 288º | 0.25% | 0.16% | - |
| XYZ | 1.65 | 1.49 | 2.21 | - |
| YUV | 33.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 40 | 0.05 | 0.25 | 0 | 0.84 | 288 | 0.14 | 0.14 |
| Hex | 26 | 1E | 28 | 5 | 19 | 0 | 54 | 120 | E | E |
| Octal | 46 | 36 | 50 | 5 | 31 | 0 | 124 | 440 | 16 | 16 |
| Binary | 100110 | 11110 | 101000 | 101 | 11001 | 0 | 1010100 | 100100000 | 1110 | 1110 |
Color Harmonies of #261E28
Complementary color
Monochromatic Colors of #261E28
Black with #261E28
Text Example
Text Example
White with #261E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E28; }
p { color: rgb(38,30,40); }
H1.HeaderClassName
{
color: #261E28;
}
.AnyTagClassName
{
color: #261E28;
}
</style>
background-color css
<style>
a { background-color: #261E28; }
a { background-color: rgb(38,30,40); }
div.DivClassName
{
background-color: #261E28;
}
.BgClassName
{
background-color: #261E28;
}
</style>
border-color css
<style>
span { border-color: #261E28; }
span { border-color: rgb(38,30,40); }
td.TdClassName
{
border-color: #261E28;
}
.TagClassName
{
border-color: #261E28;
}
</style>