Shades of Blackcurrant #1B0428
Tints of Blackcurrant #1B0428
RGB
CMYK
RGB Variations
Color information
#1B0428 (or 0x1B0428) is known color: Blackcurrant. HEX triplet: 1B, 04 and 28. RGB value is (27,4,40). Sum of RGB (Red+Green+Blue) = 27+4+40=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0428 is #E4FBD7. Grayscale: #0E0E0E. Windows color (decimal): -15006680 or 2622491. OLE color: 2622491.
HSL color Cylindrical-coordinate representation of color #1B0428: hue angle of 278.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0428 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 4 | 40 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.84 |
| HSL | 278.33º | 0.82% | 0.09% | - |
| HSV(B) | 278.33º | 0.9% | 0.16% | - |
| XYZ | 0.88 | 0.47 | 2.05 | - |
| YUV | 14.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 40 | 0.33 | 0.90 | 0 | 0.84 | 278.33 | 0.82 | 0.09 |
| Hex | 1B | 4 | 28 | 21 | 5A | 0 | 54 | 116 | 52 | 9 |
| Octal | 33 | 4 | 50 | 41 | 132 | 0 | 124 | 426 | 122 | 11 |
| Binary | 11011 | 100 | 101000 | 100001 | 1011010 | 0 | 1010100 | 100010110 | 1010010 | 1001 |
Color Harmonies of #1B0428
Complementary color
Monochromatic Colors of #1B0428
Black with #1B0428
Text Example
Text Example
White with #1B0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0428; }
p { color: rgb(27,4,40); }
H1.HeaderClassName
{
color: #1B0428;
}
.AnyTagClassName
{
color: #1B0428;
}
</style>
background-color css
<style>
a { background-color: #1B0428; }
a { background-color: rgb(27,4,40); }
div.DivClassName
{
background-color: #1B0428;
}
.BgClassName
{
background-color: #1B0428;
}
</style>
border-color css
<style>
span { border-color: #1B0428; }
span { border-color: rgb(27,4,40); }
td.TdClassName
{
border-color: #1B0428;
}
.TagClassName
{
border-color: #1B0428;
}
</style>