Shades of Blackcurrant #26222A
Tints of Blackcurrant #26222A
RGB
CMYK
RGB Variations
Color information
#26222A (or 0x26222A) is known color: Blackcurrant. HEX triplet: 26, 22 and 2A. RGB value is (38,34,42). Sum of RGB (Red+Green+Blue) = 38+34+42=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 42 - color contains mainly: blue. Hex color #26222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26222A is #D9DDD5. Grayscale: #242424. Windows color (decimal): -14278102 or 2761254. OLE color: 2761254.
HSL color Cylindrical-coordinate representation of color #26222A: hue angle of 270º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #26222A is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 34 | 42 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.84 |
| HSL | 270º | 0.11% | 0.15% | - |
| HSV(B) | 270º | 0.19% | 0.16% | - |
| XYZ | 1.79 | 1.72 | 2.43 | - |
| YUV | 36.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 42 | 0.10 | 0.19 | 0 | 0.84 | 270 | 0.11 | 0.15 |
| Hex | 26 | 22 | 2A | A | 13 | 0 | 54 | 10E | B | F |
| Octal | 46 | 42 | 52 | 12 | 23 | 0 | 124 | 416 | 13 | 17 |
| Binary | 100110 | 100010 | 101010 | 1010 | 10011 | 0 | 1010100 | 100001110 | 1011 | 1111 |
Color Harmonies of #26222A
Complementary color
Monochromatic Colors of #26222A
Black with #26222A
Text Example
Text Example
White with #26222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26222A; }
p { color: rgb(38,34,42); }
H1.HeaderClassName
{
color: #26222A;
}
.AnyTagClassName
{
color: #26222A;
}
</style>
background-color css
<style>
a { background-color: #26222A; }
a { background-color: rgb(38,34,42); }
div.DivClassName
{
background-color: #26222A;
}
.BgClassName
{
background-color: #26222A;
}
</style>
border-color css
<style>
span { border-color: #26222A; }
span { border-color: rgb(38,34,42); }
td.TdClassName
{
border-color: #26222A;
}
.TagClassName
{
border-color: #26222A;
}
</style>