Shades of Blackcurrant #1B0E2D
Tints of Blackcurrant #1B0E2D
RGB
CMYK
RGB Variations
Color information
#1B0E2D (or 0x1B0E2D) is known color: Blackcurrant. HEX triplet: 1B, 0E and 2D. RGB value is (27,14,45). Sum of RGB (Red+Green+Blue) = 27+14+45=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B0E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0E2D is #E4F1D2. Grayscale: #151515. Windows color (decimal): -15004115 or 2952731. OLE color: 2952731.
HSL color Cylindrical-coordinate representation of color #1B0E2D: hue angle of 265.16º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B0E2D is Cyan = 0.4, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 14 | 45 | - |
| CMYK | 0.4 | 0.69 | 0 | 0.82 |
| HSL | 265.16º | 0.53% | 0.12% | - |
| HSV(B) | 265.16º | 0.69% | 0.18% | - |
| XYZ | 1.08 | 0.74 | 2.57 | - |
| YUV | 21.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 45 | 0.4 | 0.69 | 0 | 0.82 | 265.16 | 0.53 | 0.12 |
| Hex | 1B | E | 2D | 28 | 45 | 0 | 52 | 109 | 35 | C |
| Octal | 33 | 16 | 55 | 50 | 105 | 0 | 122 | 411 | 65 | 14 |
| Binary | 11011 | 1110 | 101101 | 101000 | 1000101 | 0 | 1010010 | 100001001 | 110101 | 1100 |
Color Harmonies of #1B0E2D
Complementary color
Monochromatic Colors of #1B0E2D
Black with #1B0E2D
Text Example
Text Example
White with #1B0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E2D; }
p { color: rgb(27,14,45); }
H1.HeaderClassName
{
color: #1B0E2D;
}
.AnyTagClassName
{
color: #1B0E2D;
}
</style>
background-color css
<style>
a { background-color: #1B0E2D; }
a { background-color: rgb(27,14,45); }
div.DivClassName
{
background-color: #1B0E2D;
}
.BgClassName
{
background-color: #1B0E2D;
}
</style>
border-color css
<style>
span { border-color: #1B0E2D; }
span { border-color: rgb(27,14,45); }
td.TdClassName
{
border-color: #1B0E2D;
}
.TagClassName
{
border-color: #1B0E2D;
}
</style>