Shades of Blackcurrant #1B013D
Tints of Blackcurrant #1B013D
RGB
CMYK
RGB Variations
Color information
#1B013D (or 0x1B013D) is known color: Blackcurrant. HEX triplet: 1B, 01 and 3D. RGB value is (27,1,61). Sum of RGB (Red+Green+Blue) = 27+1+61=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013D is #E4FEC2. Grayscale: #0F0F0F. Windows color (decimal): -15007427 or 3997979. OLE color: 3997979.
HSL color Cylindrical-coordinate representation of color #1B013D: hue angle of 266º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B013D is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 1 | 61 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.76 |
| HSL | 266º | 0.97% | 0.12% | - |
| HSV(B) | 266º | 0.98% | 0.24% | - |
| XYZ | 1.31 | 0.59 | 4.46 | - |
| YUV | 15.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 61 | 0.56 | 0.98 | 0 | 0.76 | 266 | 0.97 | 0.12 |
| Hex | 1B | 1 | 3D | 38 | 62 | 0 | 4C | 10A | 61 | C |
| Octal | 33 | 1 | 75 | 70 | 142 | 0 | 114 | 412 | 141 | 14 |
| Binary | 11011 | 1 | 111101 | 111000 | 1100010 | 0 | 1001100 | 100001010 | 1100001 | 1100 |
Color Harmonies of #1B013D
Complementary color
Monochromatic Colors of #1B013D
Black with #1B013D
Text Example
Text Example
White with #1B013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B013D; }
p { color: rgb(27,1,61); }
H1.HeaderClassName
{
color: #1B013D;
}
.AnyTagClassName
{
color: #1B013D;
}
</style>
background-color css
<style>
a { background-color: #1B013D; }
a { background-color: rgb(27,1,61); }
div.DivClassName
{
background-color: #1B013D;
}
.BgClassName
{
background-color: #1B013D;
}
</style>
border-color css
<style>
span { border-color: #1B013D; }
span { border-color: rgb(27,1,61); }
td.TdClassName
{
border-color: #1B013D;
}
.TagClassName
{
border-color: #1B013D;
}
</style>