Shades of Blackcurrant #1B013E
Tints of Blackcurrant #1B013E
RGB
CMYK
RGB Variations
Color information
#1B013E (or 0x1B013E) is known color: Blackcurrant. HEX triplet: 1B, 01 and 3E. RGB value is (27,1,62). Sum of RGB (Red+Green+Blue) = 27+1+62=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013E is #E4FEC1. Grayscale: #0F0F0F. Windows color (decimal): -15007426 or 4063515. OLE color: 4063515.
HSL color Cylindrical-coordinate representation of color #1B013E: hue angle of 265.57º 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 #1B013E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 1 | 62 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.76 |
| HSL | 265.57º | 0.97% | 0.12% | - |
| HSV(B) | 265.57º | 0.98% | 0.24% | - |
| XYZ | 1.33 | 0.6 | 4.6 | - |
| YUV | 15.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 62 | 0.56 | 0.98 | 0 | 0.76 | 265.57 | 0.97 | 0.12 |
| Hex | 1B | 1 | 3E | 38 | 62 | 0 | 4C | 10A | 61 | C |
| Octal | 33 | 1 | 76 | 70 | 142 | 0 | 114 | 412 | 141 | 14 |
| Binary | 11011 | 1 | 111110 | 111000 | 1100010 | 0 | 1001100 | 100001010 | 1100001 | 1100 |
Color Harmonies of #1B013E
Complementary color
Monochromatic Colors of #1B013E
Black with #1B013E
Text Example
Text Example
White with #1B013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B013E; }
p { color: rgb(27,1,62); }
H1.HeaderClassName
{
color: #1B013E;
}
.AnyTagClassName
{
color: #1B013E;
}
</style>
background-color css
<style>
a { background-color: #1B013E; }
a { background-color: rgb(27,1,62); }
div.DivClassName
{
background-color: #1B013E;
}
.BgClassName
{
background-color: #1B013E;
}
</style>
border-color css
<style>
span { border-color: #1B013E; }
span { border-color: rgb(27,1,62); }
td.TdClassName
{
border-color: #1B013E;
}
.TagClassName
{
border-color: #1B013E;
}
</style>