Shades of Blackcurrant #26162A
Tints of Blackcurrant #26162A
RGB
CMYK
RGB Variations
Color information
#26162A (or 0x26162A) is known color: Blackcurrant. HEX triplet: 26, 16 and 2A. RGB value is (38,22,42). Sum of RGB (Red+Green+Blue) = 38+22+42=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #26162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26162A is #D9E9D5. Grayscale: #1D1D1D. Windows color (decimal): -14281174 or 2758182. OLE color: 2758182.
HSL color Cylindrical-coordinate representation of color #26162A: hue angle of 288º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26162A is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 22 | 42 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.84 |
| HSL | 288º | 0.31% | 0.13% | - |
| HSV(B) | 288º | 0.48% | 0.16% | - |
| XYZ | 1.5 | 1.15 | 2.33 | - |
| YUV | 29.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 42 | 0.10 | 0.48 | 0 | 0.84 | 288 | 0.31 | 0.13 |
| Hex | 26 | 16 | 2A | A | 30 | 0 | 54 | 120 | 1F | D |
| Octal | 46 | 26 | 52 | 12 | 60 | 0 | 124 | 440 | 37 | 15 |
| Binary | 100110 | 10110 | 101010 | 1010 | 110000 | 0 | 1010100 | 100100000 | 11111 | 1101 |
Color Harmonies of #26162A
Complementary color
Monochromatic Colors of #26162A
Black with #26162A
Text Example
Text Example
White with #26162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26162A; }
p { color: rgb(38,22,42); }
H1.HeaderClassName
{
color: #26162A;
}
.AnyTagClassName
{
color: #26162A;
}
</style>
background-color css
<style>
a { background-color: #26162A; }
a { background-color: rgb(38,22,42); }
div.DivClassName
{
background-color: #26162A;
}
.BgClassName
{
background-color: #26162A;
}
</style>
border-color css
<style>
span { border-color: #26162A; }
span { border-color: rgb(38,22,42); }
td.TdClassName
{
border-color: #26162A;
}
.TagClassName
{
border-color: #26162A;
}
</style>