Shades of Blackcurrant #26024B
Tints of Blackcurrant #26024B
RGB
CMYK
RGB Variations
Color information
#26024B (or 0x26024B) is known color: Blackcurrant. HEX triplet: 26, 02 and 4B. RGB value is (38,2,75). Sum of RGB (Red+Green+Blue) = 38+2+75=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #26024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26024B is #D9FDB4. Grayscale: #141414. Windows color (decimal): -14286261 or 4915750. OLE color: 4915750.
HSL color Cylindrical-coordinate representation of color #26024B: hue angle of 269.59º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26024B is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 2 | 75 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.71 |
| HSL | 269.59º | 0.95% | 0.15% | - |
| HSV(B) | 269.59º | 0.97% | 0.29% | - |
| XYZ | 2.09 | 0.96 | 6.73 | - |
| YUV | 21.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 75 | 0.49 | 0.97 | 0 | 0.71 | 269.59 | 0.95 | 0.15 |
| Hex | 26 | 2 | 4B | 31 | 61 | 0 | 47 | 10E | 5F | F |
| Octal | 46 | 2 | 113 | 61 | 141 | 0 | 107 | 416 | 137 | 17 |
| Binary | 100110 | 10 | 1001011 | 110001 | 1100001 | 0 | 1000111 | 100001110 | 1011111 | 1111 |
Color Harmonies of #26024B
Complementary color
Monochromatic Colors of #26024B
Black with #26024B
Text Example
Text Example
White with #26024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26024B; }
p { color: rgb(38,2,75); }
H1.HeaderClassName
{
color: #26024B;
}
.AnyTagClassName
{
color: #26024B;
}
</style>
background-color css
<style>
a { background-color: #26024B; }
a { background-color: rgb(38,2,75); }
div.DivClassName
{
background-color: #26024B;
}
.BgClassName
{
background-color: #26024B;
}
</style>
border-color css
<style>
span { border-color: #26024B; }
span { border-color: rgb(38,2,75); }
td.TdClassName
{
border-color: #26024B;
}
.TagClassName
{
border-color: #26024B;
}
</style>