Shades of Blackcurrant #26003D
Tints of Blackcurrant #26003D
RGB
CMYK
RGB Variations
Color information
#26003D (or 0x26003D) is known color: Blackcurrant. HEX triplet: 26, 00 and 3D. RGB value is (38,0,61). Sum of RGB (Red+Green+Blue) = 38+0+61=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #26003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003D is #D9FFC2. Grayscale: #121212. Windows color (decimal): -14286787 or 3997734. OLE color: 3997734.
HSL color Cylindrical-coordinate representation of color #26003D: hue angle of 277.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26003D is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 0 | 61 | - |
| CMYK | 0.38 | 1 | 0 | 0.76 |
| HSL | 277.38º | 1% | 0.12% | - |
| HSV(B) | 277.38º | 1% | 0.24% | - |
| XYZ | 1.64 | 0.75 | 4.47 | - |
| YUV | 18.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 61 | 0.38 | 1 | 0 | 0.76 | 277.38 | 1 | 0.12 |
| Hex | 26 | 0 | 3D | 26 | 64 | 0 | 4C | 115 | 64 | C |
| Octal | 46 | 0 | 75 | 46 | 144 | 0 | 114 | 425 | 144 | 14 |
| Binary | 100110 | 0 | 111101 | 100110 | 1100100 | 0 | 1001100 | 100010101 | 1100100 | 1100 |
Color Harmonies of #26003D
Complementary color
Monochromatic Colors of #26003D
Black with #26003D
Text Example
Text Example
White with #26003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26003D; }
p { color: rgb(38,0,61); }
H1.HeaderClassName
{
color: #26003D;
}
.AnyTagClassName
{
color: #26003D;
}
</style>
background-color css
<style>
a { background-color: #26003D; }
a { background-color: rgb(38,0,61); }
div.DivClassName
{
background-color: #26003D;
}
.BgClassName
{
background-color: #26003D;
}
</style>
border-color css
<style>
span { border-color: #26003D; }
span { border-color: rgb(38,0,61); }
td.TdClassName
{
border-color: #26003D;
}
.TagClassName
{
border-color: #26003D;
}
</style>