Shades of Blackcurrant #26032B
Tints of Blackcurrant #26032B
RGB
CMYK
RGB Variations
Color information
#26032B (or 0x26032B) is known color: Blackcurrant. HEX triplet: 26, 03 and 2B. RGB value is (38,3,43). Sum of RGB (Red+Green+Blue) = 38+3+43=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #26032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26032B is #D9FCD4. Grayscale: #111111. Windows color (decimal): -14286037 or 2818854. OLE color: 2818854.
HSL color Cylindrical-coordinate representation of color #26032B: hue angle of 292.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26032B is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 3 | 43 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.83 |
| HSL | 292.5º | 0.87% | 0.09% | - |
| HSV(B) | 292.5º | 0.93% | 0.17% | - |
| XYZ | 1.27 | 0.65 | 2.34 | - |
| YUV | 18.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 43 | 0.12 | 0.93 | 0 | 0.83 | 292.5 | 0.87 | 0.09 |
| Hex | 26 | 3 | 2B | C | 5D | 0 | 53 | 124 | 57 | 9 |
| Octal | 46 | 3 | 53 | 14 | 135 | 0 | 123 | 444 | 127 | 11 |
| Binary | 100110 | 11 | 101011 | 1100 | 1011101 | 0 | 1010011 | 100100100 | 1010111 | 1001 |
Color Harmonies of #26032B
Complementary color
Monochromatic Colors of #26032B
Black with #26032B
Text Example
Text Example
White with #26032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26032B; }
p { color: rgb(38,3,43); }
H1.HeaderClassName
{
color: #26032B;
}
.AnyTagClassName
{
color: #26032B;
}
</style>
background-color css
<style>
a { background-color: #26032B; }
a { background-color: rgb(38,3,43); }
div.DivClassName
{
background-color: #26032B;
}
.BgClassName
{
background-color: #26032B;
}
</style>
border-color css
<style>
span { border-color: #26032B; }
span { border-color: rgb(38,3,43); }
td.TdClassName
{
border-color: #26032B;
}
.TagClassName
{
border-color: #26032B;
}
</style>