Shades of Blackcurrant #1B062E
Tints of Blackcurrant #1B062E
RGB
CMYK
RGB Variations
Color information
#1B062E (or 0x1B062E) is known color: Blackcurrant. HEX triplet: 1B, 06 and 2E. RGB value is (27,6,46). Sum of RGB (Red+Green+Blue) = 27+6+46=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B062E is #E4F9D1. Grayscale: #101010. Windows color (decimal): -15006162 or 3016219. OLE color: 3016219.
HSL color Cylindrical-coordinate representation of color #1B062E: hue angle of 271.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B062E is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 6 | 46 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.82 |
| HSL | 271.5º | 0.77% | 0.1% | - |
| HSV(B) | 271.5º | 0.87% | 0.18% | - |
| XYZ | 1.01 | 0.56 | 2.64 | - |
| YUV | 16.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 46 | 0.41 | 0.87 | 0 | 0.82 | 271.5 | 0.77 | 0.1 |
| Hex | 1B | 6 | 2E | 29 | 57 | 0 | 52 | 110 | 4D | A |
| Octal | 33 | 6 | 56 | 51 | 127 | 0 | 122 | 420 | 115 | 12 |
| Binary | 11011 | 110 | 101110 | 101001 | 1010111 | 0 | 1010010 | 100010000 | 1001101 | 1010 |
Color Harmonies of #1B062E
Complementary color
Monochromatic Colors of #1B062E
Black with #1B062E
Text Example
Text Example
White with #1B062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B062E; }
p { color: rgb(27,6,46); }
H1.HeaderClassName
{
color: #1B062E;
}
.AnyTagClassName
{
color: #1B062E;
}
</style>
background-color css
<style>
a { background-color: #1B062E; }
a { background-color: rgb(27,6,46); }
div.DivClassName
{
background-color: #1B062E;
}
.BgClassName
{
background-color: #1B062E;
}
</style>
border-color css
<style>
span { border-color: #1B062E; }
span { border-color: rgb(27,6,46); }
td.TdClassName
{
border-color: #1B062E;
}
.TagClassName
{
border-color: #1B062E;
}
</style>