Shades of Blackcurrant #26072F
Tints of Blackcurrant #26072F
RGB
CMYK
RGB Variations
Color information
#26072F (or 0x26072F) is known color: Blackcurrant. HEX triplet: 26, 07 and 2F. RGB value is (38,7,47). Sum of RGB (Red+Green+Blue) = 38+7+47=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #26072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26072F is #D9F8D0. Grayscale: #141414. Windows color (decimal): -14285009 or 3082022. OLE color: 3082022.
HSL color Cylindrical-coordinate representation of color #26072F: hue angle of 286.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26072F is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 7 | 47 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.82 |
| HSL | 286.5º | 0.74% | 0.11% | - |
| HSV(B) | 286.5º | 0.85% | 0.18% | - |
| XYZ | 1.39 | 0.77 | 2.76 | - |
| YUV | 20.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 47 | 0.19 | 0.85 | 0 | 0.82 | 286.5 | 0.74 | 0.11 |
| Hex | 26 | 7 | 2F | 13 | 55 | 0 | 52 | 11E | 4A | B |
| Octal | 46 | 7 | 57 | 23 | 125 | 0 | 122 | 436 | 112 | 13 |
| Binary | 100110 | 111 | 101111 | 10011 | 1010101 | 0 | 1010010 | 100011110 | 1001010 | 1011 |
Color Harmonies of #26072F
Complementary color
Monochromatic Colors of #26072F
Black with #26072F
Text Example
Text Example
White with #26072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26072F; }
p { color: rgb(38,7,47); }
H1.HeaderClassName
{
color: #26072F;
}
.AnyTagClassName
{
color: #26072F;
}
</style>
background-color css
<style>
a { background-color: #26072F; }
a { background-color: rgb(38,7,47); }
div.DivClassName
{
background-color: #26072F;
}
.BgClassName
{
background-color: #26072F;
}
</style>
border-color css
<style>
span { border-color: #26072F; }
span { border-color: rgb(38,7,47); }
td.TdClassName
{
border-color: #26072F;
}
.TagClassName
{
border-color: #26072F;
}
</style>