Shades of Blackcurrant #26003B
Tints of Blackcurrant #26003B
RGB
CMYK
RGB Variations
Color information
#26003B (or 0x26003B) is known color: Blackcurrant. HEX triplet: 26, 00 and 3B. RGB value is (38,0,59). Sum of RGB (Red+Green+Blue) = 38+0+59=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #26003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26003B is #D9FFC4. Grayscale: #111111. Windows color (decimal): -14286789 or 3866662. OLE color: 3866662.
HSL color Cylindrical-coordinate representation of color #26003B: hue angle of 278.64º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26003B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 0 | 59 | - |
| CMYK | 0.36 | 1 | 0 | 0.77 |
| HSL | 278.64º | 1% | 0.12% | - |
| HSV(B) | 278.64º | 1% | 0.23% | - |
| XYZ | 1.59 | 0.73 | 4.19 | - |
| YUV | 18.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 59 | 0.36 | 1 | 0 | 0.77 | 278.64 | 1 | 0.12 |
| Hex | 26 | 0 | 3B | 24 | 64 | 0 | 4D | 117 | 64 | C |
| Octal | 46 | 0 | 73 | 44 | 144 | 0 | 115 | 427 | 144 | 14 |
| Binary | 100110 | 0 | 111011 | 100100 | 1100100 | 0 | 1001101 | 100010111 | 1100100 | 1100 |
Color Harmonies of #26003B
Complementary color
Monochromatic Colors of #26003B
Black with #26003B
Text Example
Text Example
White with #26003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26003B; }
p { color: rgb(38,0,59); }
H1.HeaderClassName
{
color: #26003B;
}
.AnyTagClassName
{
color: #26003B;
}
</style>
background-color css
<style>
a { background-color: #26003B; }
a { background-color: rgb(38,0,59); }
div.DivClassName
{
background-color: #26003B;
}
.BgClassName
{
background-color: #26003B;
}
</style>
border-color css
<style>
span { border-color: #26003B; }
span { border-color: rgb(38,0,59); }
td.TdClassName
{
border-color: #26003B;
}
.TagClassName
{
border-color: #26003B;
}
</style>