Shades of Blackcurrant #26042F
Tints of Blackcurrant #26042F
RGB
CMYK
RGB Variations
Color information
#26042F (or 0x26042F) is known color: Blackcurrant. HEX triplet: 26, 04 and 2F. RGB value is (38,4,47). Sum of RGB (Red+Green+Blue) = 38+4+47=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #26042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26042F is #D9FBD0. Grayscale: #121212. Windows color (decimal): -14285777 or 3081254. OLE color: 3081254.
HSL color Cylindrical-coordinate representation of color #26042F: hue angle of 287.44º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26042F is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 4 | 47 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.82 |
| HSL | 287.44º | 0.84% | 0.1% | - |
| HSV(B) | 287.44º | 0.91% | 0.18% | - |
| XYZ | 1.36 | 0.7 | 2.75 | - |
| YUV | 19.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 47 | 0.19 | 0.91 | 0 | 0.82 | 287.44 | 0.84 | 0.1 |
| Hex | 26 | 4 | 2F | 13 | 5B | 0 | 52 | 11F | 54 | A |
| Octal | 46 | 4 | 57 | 23 | 133 | 0 | 122 | 437 | 124 | 12 |
| Binary | 100110 | 100 | 101111 | 10011 | 1011011 | 0 | 1010010 | 100011111 | 1010100 | 1010 |
Color Harmonies of #26042F
Complementary color
Monochromatic Colors of #26042F
Black with #26042F
Text Example
Text Example
White with #26042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26042F; }
p { color: rgb(38,4,47); }
H1.HeaderClassName
{
color: #26042F;
}
.AnyTagClassName
{
color: #26042F;
}
</style>
background-color css
<style>
a { background-color: #26042F; }
a { background-color: rgb(38,4,47); }
div.DivClassName
{
background-color: #26042F;
}
.BgClassName
{
background-color: #26042F;
}
</style>
border-color css
<style>
span { border-color: #26042F; }
span { border-color: rgb(38,4,47); }
td.TdClassName
{
border-color: #26042F;
}
.TagClassName
{
border-color: #26042F;
}
</style>