Shades of Blackcurrant #26023E
Tints of Blackcurrant #26023E
RGB
CMYK
RGB Variations
Color information
#26023E (or 0x26023E) is known color: Blackcurrant. HEX triplet: 26, 02 and 3E. RGB value is (38,2,62). Sum of RGB (Red+Green+Blue) = 38+2+62=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #26023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26023E is #D9FDC1. Grayscale: #131313. Windows color (decimal): -14286274 or 4063782. OLE color: 4063782.
HSL color Cylindrical-coordinate representation of color #26023E: hue angle of 276º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26023E is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 2 | 62 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.76 |
| HSL | 276º | 0.94% | 0.13% | - |
| HSV(B) | 276º | 0.97% | 0.24% | - |
| XYZ | 1.69 | 0.8 | 4.62 | - |
| YUV | 19.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 62 | 0.39 | 0.97 | 0 | 0.76 | 276 | 0.94 | 0.13 |
| Hex | 26 | 2 | 3E | 27 | 61 | 0 | 4C | 114 | 5E | D |
| Octal | 46 | 2 | 76 | 47 | 141 | 0 | 114 | 424 | 136 | 15 |
| Binary | 100110 | 10 | 111110 | 100111 | 1100001 | 0 | 1001100 | 100010100 | 1011110 | 1101 |
Color Harmonies of #26023E
Complementary color
Monochromatic Colors of #26023E
Black with #26023E
Text Example
Text Example
White with #26023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26023E; }
p { color: rgb(38,2,62); }
H1.HeaderClassName
{
color: #26023E;
}
.AnyTagClassName
{
color: #26023E;
}
</style>
background-color css
<style>
a { background-color: #26023E; }
a { background-color: rgb(38,2,62); }
div.DivClassName
{
background-color: #26023E;
}
.BgClassName
{
background-color: #26023E;
}
</style>
border-color css
<style>
span { border-color: #26023E; }
span { border-color: rgb(38,2,62); }
td.TdClassName
{
border-color: #26023E;
}
.TagClassName
{
border-color: #26023E;
}
</style>