Shades of Blackcurrant #260030
Tints of Blackcurrant #260030
RGB
CMYK
RGB Variations
Color information
#260030 (or 0x260030) is known color: Blackcurrant. HEX triplet: 26, 00 and 30. RGB value is (38,0,48). Sum of RGB (Red+Green+Blue) = 38+0+48=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #260030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260030 is #D9FFCF. Grayscale: #101010. Windows color (decimal): -14286800 or 3145766. OLE color: 3145766.
HSL color Cylindrical-coordinate representation of color #260030: hue angle of 287.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260030 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 0 | 48 | - |
| CMYK | 0.21 | 1 | 0 | 0.81 |
| HSL | 287.5º | 1% | 0.09% | - |
| HSV(B) | 287.5º | 1% | 0.19% | - |
| XYZ | 1.33 | 0.63 | 2.85 | - |
| YUV | 16.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 48 | 0.21 | 1 | 0 | 0.81 | 287.5 | 1 | 0.09 |
| Hex | 26 | 0 | 30 | 15 | 64 | 0 | 51 | 120 | 64 | 9 |
| Octal | 46 | 0 | 60 | 25 | 144 | 0 | 121 | 440 | 144 | 11 |
| Binary | 100110 | 0 | 110000 | 10101 | 1100100 | 0 | 1010001 | 100100000 | 1100100 | 1001 |
Color Harmonies of #260030
Complementary color
Monochromatic Colors of #260030
Black with #260030
Text Example
Text Example
White with #260030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260030; }
p { color: rgb(38,0,48); }
H1.HeaderClassName
{
color: #260030;
}
.AnyTagClassName
{
color: #260030;
}
</style>
background-color css
<style>
a { background-color: #260030; }
a { background-color: rgb(38,0,48); }
div.DivClassName
{
background-color: #260030;
}
.BgClassName
{
background-color: #260030;
}
</style>
border-color css
<style>
span { border-color: #260030; }
span { border-color: rgb(38,0,48); }
td.TdClassName
{
border-color: #260030;
}
.TagClassName
{
border-color: #260030;
}
</style>