Shades of Blackcurrant #1B012C
Tints of Blackcurrant #1B012C
RGB
CMYK
RGB Variations
Color information
#1B012C (or 0x1B012C) is known color: Blackcurrant. HEX triplet: 1B, 01 and 2C. RGB value is (27,1,44). Sum of RGB (Red+Green+Blue) = 27+1+44=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B012C is #E4FED3. Grayscale: #0D0D0D. Windows color (decimal): -15007444 or 2883867. OLE color: 2883867.
HSL color Cylindrical-coordinate representation of color #1B012C: hue angle of 276.28º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B012C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 1 | 44 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.83 |
| HSL | 276.28º | 0.96% | 0.09% | - |
| HSV(B) | 276.28º | 0.98% | 0.17% | - |
| XYZ | 0.92 | 0.44 | 2.42 | - |
| YUV | 13.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 44 | 0.39 | 0.98 | 0 | 0.83 | 276.28 | 0.96 | 0.09 |
| Hex | 1B | 1 | 2C | 27 | 62 | 0 | 53 | 114 | 60 | 9 |
| Octal | 33 | 1 | 54 | 47 | 142 | 0 | 123 | 424 | 140 | 11 |
| Binary | 11011 | 1 | 101100 | 100111 | 1100010 | 0 | 1010011 | 100010100 | 1100000 | 1001 |
Color Harmonies of #1B012C
Complementary color
Monochromatic Colors of #1B012C
Black with #1B012C
Text Example
Text Example
White with #1B012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B012C; }
p { color: rgb(27,1,44); }
H1.HeaderClassName
{
color: #1B012C;
}
.AnyTagClassName
{
color: #1B012C;
}
</style>
background-color css
<style>
a { background-color: #1B012C; }
a { background-color: rgb(27,1,44); }
div.DivClassName
{
background-color: #1B012C;
}
.BgClassName
{
background-color: #1B012C;
}
</style>
border-color css
<style>
span { border-color: #1B012C; }
span { border-color: rgb(27,1,44); }
td.TdClassName
{
border-color: #1B012C;
}
.TagClassName
{
border-color: #1B012C;
}
</style>