Shades of Blackcurrant #26012F
Tints of Blackcurrant #26012F
RGB
CMYK
RGB Variations
Color information
#26012F (or 0x26012F) is known color: Blackcurrant. HEX triplet: 26, 01 and 2F. RGB value is (38,1,47). Sum of RGB (Red+Green+Blue) = 38+1+47=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #26012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26012F is #D9FED0. Grayscale: #111111. Windows color (decimal): -14286545 or 3080486. OLE color: 3080486.
HSL color Cylindrical-coordinate representation of color #26012F: hue angle of 288.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26012F is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 1 | 47 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.82 |
| HSL | 288.26º | 0.96% | 0.09% | - |
| HSV(B) | 288.26º | 0.98% | 0.18% | - |
| XYZ | 1.32 | 0.64 | 2.74 | - |
| YUV | 17.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 47 | 0.19 | 0.98 | 0 | 0.82 | 288.26 | 0.96 | 0.09 |
| Hex | 26 | 1 | 2F | 13 | 62 | 0 | 52 | 120 | 60 | 9 |
| Octal | 46 | 1 | 57 | 23 | 142 | 0 | 122 | 440 | 140 | 11 |
| Binary | 100110 | 1 | 101111 | 10011 | 1100010 | 0 | 1010010 | 100100000 | 1100000 | 1001 |
Color Harmonies of #26012F
Complementary color
Monochromatic Colors of #26012F
Black with #26012F
Text Example
Text Example
White with #26012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26012F; }
p { color: rgb(38,1,47); }
H1.HeaderClassName
{
color: #26012F;
}
.AnyTagClassName
{
color: #26012F;
}
</style>
background-color css
<style>
a { background-color: #26012F; }
a { background-color: rgb(38,1,47); }
div.DivClassName
{
background-color: #26012F;
}
.BgClassName
{
background-color: #26012F;
}
</style>
border-color css
<style>
span { border-color: #26012F; }
span { border-color: rgb(38,1,47); }
td.TdClassName
{
border-color: #26012F;
}
.TagClassName
{
border-color: #26012F;
}
</style>