Shades of Blackcurrant #26103B
Tints of Blackcurrant #26103B
RGB
CMYK
RGB Variations
Color information
#26103B (or 0x26103B) is known color: Blackcurrant. HEX triplet: 26, 10 and 3B. RGB value is (38,16,59). Sum of RGB (Red+Green+Blue) = 38+16+59=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #26103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26103B is #D9EFC4. Grayscale: #1B1B1B. Windows color (decimal): -14282693 or 3870758. OLE color: 3870758.
HSL color Cylindrical-coordinate representation of color #26103B: hue angle of 270.7º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26103B is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 16 | 59 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.77 |
| HSL | 270.7º | 0.57% | 0.15% | - |
| HSV(B) | 270.7º | 0.73% | 0.23% | - |
| XYZ | 1.77 | 1.1 | 4.26 | - |
| YUV | 27.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 59 | 0.36 | 0.73 | 0 | 0.77 | 270.7 | 0.57 | 0.15 |
| Hex | 26 | 10 | 3B | 24 | 49 | 0 | 4D | 10F | 39 | F |
| Octal | 46 | 20 | 73 | 44 | 111 | 0 | 115 | 417 | 71 | 17 |
| Binary | 100110 | 10000 | 111011 | 100100 | 1001001 | 0 | 1001101 | 100001111 | 111001 | 1111 |
Color Harmonies of #26103B
Complementary color
Monochromatic Colors of #26103B
Black with #26103B
Text Example
Text Example
White with #26103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26103B; }
p { color: rgb(38,16,59); }
H1.HeaderClassName
{
color: #26103B;
}
.AnyTagClassName
{
color: #26103B;
}
</style>
background-color css
<style>
a { background-color: #26103B; }
a { background-color: rgb(38,16,59); }
div.DivClassName
{
background-color: #26103B;
}
.BgClassName
{
background-color: #26103B;
}
</style>
border-color css
<style>
span { border-color: #26103B; }
span { border-color: rgb(38,16,59); }
td.TdClassName
{
border-color: #26103B;
}
.TagClassName
{
border-color: #26103B;
}
</style>