Shades of Blackcurrant #26003C
Tints of Blackcurrant #26003C
RGB
CMYK
RGB Variations
Color information
#26003C (or 0x26003C) is known color: Blackcurrant. HEX triplet: 26, 00 and 3C. RGB value is (38,0,60). Sum of RGB (Red+Green+Blue) = 38+0+60=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #26003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003C is #D9FFC3. Grayscale: #121212. Windows color (decimal): -14286788 or 3932198. OLE color: 3932198.
HSL color Cylindrical-coordinate representation of color #26003C: hue angle of 278º 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 #26003C is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 0 | 60 | - |
| CMYK | 0.37 | 1 | 0 | 0.76 |
| HSL | 278º | 1% | 0.12% | - |
| HSV(B) | 278º | 1% | 0.24% | - |
| XYZ | 1.61 | 0.74 | 4.33 | - |
| YUV | 18.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 60 | 0.37 | 1 | 0 | 0.76 | 278 | 1 | 0.12 |
| Hex | 26 | 0 | 3C | 25 | 64 | 0 | 4C | 116 | 64 | C |
| Octal | 46 | 0 | 74 | 45 | 144 | 0 | 114 | 426 | 144 | 14 |
| Binary | 100110 | 0 | 111100 | 100101 | 1100100 | 0 | 1001100 | 100010110 | 1100100 | 1100 |
Color Harmonies of #26003C
Complementary color
Monochromatic Colors of #26003C
Black with #26003C
Text Example
Text Example
White with #26003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26003C; }
p { color: rgb(38,0,60); }
H1.HeaderClassName
{
color: #26003C;
}
.AnyTagClassName
{
color: #26003C;
}
</style>
background-color css
<style>
a { background-color: #26003C; }
a { background-color: rgb(38,0,60); }
div.DivClassName
{
background-color: #26003C;
}
.BgClassName
{
background-color: #26003C;
}
</style>
border-color css
<style>
span { border-color: #26003C; }
span { border-color: rgb(38,0,60); }
td.TdClassName
{
border-color: #26003C;
}
.TagClassName
{
border-color: #26003C;
}
</style>