Shades of Blackcurrant #26092D
Tints of Blackcurrant #26092D
RGB
CMYK
RGB Variations
Color information
#26092D (or 0x26092D) is known color: Blackcurrant. HEX triplet: 26, 09 and 2D. RGB value is (38,9,45). Sum of RGB (Red+Green+Blue) = 38+9+45=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #26092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26092D is #D9F6D2. Grayscale: #151515. Windows color (decimal): -14284499 or 2951462. OLE color: 2951462.
HSL color Cylindrical-coordinate representation of color #26092D: hue angle of 288.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26092D is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 9 | 45 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.82 |
| HSL | 288.33º | 0.67% | 0.11% | - |
| HSV(B) | 288.33º | 0.8% | 0.18% | - |
| XYZ | 1.37 | 0.8 | 2.56 | - |
| YUV | 21.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 45 | 0.16 | 0.8 | 0 | 0.82 | 288.33 | 0.67 | 0.11 |
| Hex | 26 | 9 | 2D | 10 | 50 | 0 | 52 | 120 | 43 | B |
| Octal | 46 | 11 | 55 | 20 | 120 | 0 | 122 | 440 | 103 | 13 |
| Binary | 100110 | 1001 | 101101 | 10000 | 1010000 | 0 | 1010010 | 100100000 | 1000011 | 1011 |
Color Harmonies of #26092D
Complementary color
Monochromatic Colors of #26092D
Black with #26092D
Text Example
Text Example
White with #26092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26092D; }
p { color: rgb(38,9,45); }
H1.HeaderClassName
{
color: #26092D;
}
.AnyTagClassName
{
color: #26092D;
}
</style>
background-color css
<style>
a { background-color: #26092D; }
a { background-color: rgb(38,9,45); }
div.DivClassName
{
background-color: #26092D;
}
.BgClassName
{
background-color: #26092D;
}
</style>
border-color css
<style>
span { border-color: #26092D; }
span { border-color: rgb(38,9,45); }
td.TdClassName
{
border-color: #26092D;
}
.TagClassName
{
border-color: #26092D;
}
</style>