Shades of Blackcurrant #1B0826
Tints of Blackcurrant #1B0826
RGB
CMYK
RGB Variations
Color information
#1B0826 (or 0x1B0826) is known color: Blackcurrant. HEX triplet: 1B, 08 and 26. RGB value is (27,8,38). Sum of RGB (Red+Green+Blue) = 27+8+38=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0826 is #E4F7D9. Grayscale: #111111. Windows color (decimal): -15005658 or 2492443. OLE color: 2492443.
HSL color Cylindrical-coordinate representation of color #1B0826: hue angle of 278º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B0826 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 8 | 38 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.85 |
| HSL | 278º | 0.65% | 0.09% | - |
| HSV(B) | 278º | 0.79% | 0.15% | - |
| XYZ | 0.89 | 0.55 | 1.89 | - |
| YUV | 17.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 38 | 0.29 | 0.79 | 0 | 0.85 | 278 | 0.65 | 0.09 |
| Hex | 1B | 8 | 26 | 1D | 4F | 0 | 55 | 116 | 41 | 9 |
| Octal | 33 | 10 | 46 | 35 | 117 | 0 | 125 | 426 | 101 | 11 |
| Binary | 11011 | 1000 | 100110 | 11101 | 1001111 | 0 | 1010101 | 100010110 | 1000001 | 1001 |
Color Harmonies of #1B0826
Complementary color
Monochromatic Colors of #1B0826
Black with #1B0826
Text Example
Text Example
White with #1B0826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0826; }
p { color: rgb(27,8,38); }
H1.HeaderClassName
{
color: #1B0826;
}
.AnyTagClassName
{
color: #1B0826;
}
</style>
background-color css
<style>
a { background-color: #1B0826; }
a { background-color: rgb(27,8,38); }
div.DivClassName
{
background-color: #1B0826;
}
.BgClassName
{
background-color: #1B0826;
}
</style>
border-color css
<style>
span { border-color: #1B0826; }
span { border-color: rgb(27,8,38); }
td.TdClassName
{
border-color: #1B0826;
}
.TagClassName
{
border-color: #1B0826;
}
</style>