Shades of Blackcurrant #1B012E
Tints of Blackcurrant #1B012E
RGB
CMYK
RGB Variations
Color information
#1B012E (or 0x1B012E) is known color: Blackcurrant. HEX triplet: 1B, 01 and 2E. RGB value is (27,1,46). Sum of RGB (Red+Green+Blue) = 27+1+46=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B012E is #E4FED1. Grayscale: #0D0D0D. Windows color (decimal): -15007442 or 3014939. OLE color: 3014939.
HSL color Cylindrical-coordinate representation of color #1B012E: hue angle of 274.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B012E is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 1 | 46 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.82 |
| HSL | 274.67º | 0.96% | 0.09% | - |
| HSV(B) | 274.67º | 0.98% | 0.18% | - |
| XYZ | 0.96 | 0.45 | 2.62 | - |
| YUV | 13.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 46 | 0.41 | 0.98 | 0 | 0.82 | 274.67 | 0.96 | 0.09 |
| Hex | 1B | 1 | 2E | 29 | 62 | 0 | 52 | 113 | 60 | 9 |
| Octal | 33 | 1 | 56 | 51 | 142 | 0 | 122 | 423 | 140 | 11 |
| Binary | 11011 | 1 | 101110 | 101001 | 1100010 | 0 | 1010010 | 100010011 | 1100000 | 1001 |
Color Harmonies of #1B012E
Complementary color
Monochromatic Colors of #1B012E
Black with #1B012E
Text Example
Text Example
White with #1B012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B012E; }
p { color: rgb(27,1,46); }
H1.HeaderClassName
{
color: #1B012E;
}
.AnyTagClassName
{
color: #1B012E;
}
</style>
background-color css
<style>
a { background-color: #1B012E; }
a { background-color: rgb(27,1,46); }
div.DivClassName
{
background-color: #1B012E;
}
.BgClassName
{
background-color: #1B012E;
}
</style>
border-color css
<style>
span { border-color: #1B012E; }
span { border-color: rgb(27,1,46); }
td.TdClassName
{
border-color: #1B012E;
}
.TagClassName
{
border-color: #1B012E;
}
</style>