Shades of Blackcurrant #1B052D
Tints of Blackcurrant #1B052D
RGB
CMYK
RGB Variations
Color information
#1B052D (or 0x1B052D) is known color: Blackcurrant. HEX triplet: 1B, 05 and 2D. RGB value is (27,5,45). Sum of RGB (Red+Green+Blue) = 27+5+45=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B052D is #E4FAD2. Grayscale: #101010. Windows color (decimal): -15006419 or 2950427. OLE color: 2950427.
HSL color Cylindrical-coordinate representation of color #1B052D: hue angle of 273º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B052D is Cyan = 0.4, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 5 | 45 | - |
| CMYK | 0.4 | 0.89 | 0 | 0.82 |
| HSL | 273º | 0.8% | 0.1% | - |
| HSV(B) | 273º | 0.89% | 0.18% | - |
| XYZ | 0.98 | 0.53 | 2.53 | - |
| YUV | 16.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 45 | 0.4 | 0.89 | 0 | 0.82 | 273 | 0.8 | 0.1 |
| Hex | 1B | 5 | 2D | 28 | 59 | 0 | 52 | 111 | 50 | A |
| Octal | 33 | 5 | 55 | 50 | 131 | 0 | 122 | 421 | 120 | 12 |
| Binary | 11011 | 101 | 101101 | 101000 | 1011001 | 0 | 1010010 | 100010001 | 1010000 | 1010 |
Color Harmonies of #1B052D
Complementary color
Monochromatic Colors of #1B052D
Black with #1B052D
Text Example
Text Example
White with #1B052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B052D; }
p { color: rgb(27,5,45); }
H1.HeaderClassName
{
color: #1B052D;
}
.AnyTagClassName
{
color: #1B052D;
}
</style>
background-color css
<style>
a { background-color: #1B052D; }
a { background-color: rgb(27,5,45); }
div.DivClassName
{
background-color: #1B052D;
}
.BgClassName
{
background-color: #1B052D;
}
</style>
border-color css
<style>
span { border-color: #1B052D; }
span { border-color: rgb(27,5,45); }
td.TdClassName
{
border-color: #1B052D;
}
.TagClassName
{
border-color: #1B052D;
}
</style>