Shades of Blackcurrant #26103D
Tints of Blackcurrant #26103D
RGB
CMYK
RGB Variations
Color information
#26103D (or 0x26103D) is known color: Blackcurrant. HEX triplet: 26, 10 and 3D. RGB value is (38,16,61). Sum of RGB (Red+Green+Blue) = 38+16+61=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #26103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26103D is #D9EFC2. Grayscale: #1B1B1B. Windows color (decimal): -14282691 or 4001830. OLE color: 4001830.
HSL color Cylindrical-coordinate representation of color #26103D: hue angle of 269.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26103D is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 16 | 61 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.76 |
| HSL | 269.33º | 0.58% | 0.15% | - |
| HSV(B) | 269.33º | 0.74% | 0.24% | - |
| XYZ | 1.83 | 1.12 | 4.53 | - |
| YUV | 27.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 61 | 0.38 | 0.74 | 0 | 0.76 | 269.33 | 0.58 | 0.15 |
| Hex | 26 | 10 | 3D | 26 | 4A | 0 | 4C | 10D | 3A | F |
| Octal | 46 | 20 | 75 | 46 | 112 | 0 | 114 | 415 | 72 | 17 |
| Binary | 100110 | 10000 | 111101 | 100110 | 1001010 | 0 | 1001100 | 100001101 | 111010 | 1111 |
Color Harmonies of #26103D
Complementary color
Monochromatic Colors of #26103D
Black with #26103D
Text Example
Text Example
White with #26103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26103D; }
p { color: rgb(38,16,61); }
H1.HeaderClassName
{
color: #26103D;
}
.AnyTagClassName
{
color: #26103D;
}
</style>
background-color css
<style>
a { background-color: #26103D; }
a { background-color: rgb(38,16,61); }
div.DivClassName
{
background-color: #26103D;
}
.BgClassName
{
background-color: #26103D;
}
</style>
border-color css
<style>
span { border-color: #26103D; }
span { border-color: rgb(38,16,61); }
td.TdClassName
{
border-color: #26103D;
}
.TagClassName
{
border-color: #26103D;
}
</style>