Shades of Blackcurrant #1B013F
Tints of Blackcurrant #1B013F
RGB
CMYK
RGB Variations
Color information
#1B013F (or 0x1B013F) is known color: Blackcurrant. HEX triplet: 1B, 01 and 3F. RGB value is (27,1,63). Sum of RGB (Red+Green+Blue) = 27+1+63=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B013F is #E4FEC0. Grayscale: #0F0F0F. Windows color (decimal): -15007425 or 4129051. OLE color: 4129051.
HSL color Cylindrical-coordinate representation of color #1B013F: hue angle of 265.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B013F is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 1 | 63 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.75 |
| HSL | 265.16º | 0.97% | 0.13% | - |
| HSV(B) | 265.16º | 0.98% | 0.25% | - |
| XYZ | 1.36 | 0.61 | 4.75 | - |
| YUV | 15.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 63 | 0.57 | 0.98 | 0 | 0.75 | 265.16 | 0.97 | 0.13 |
| Hex | 1B | 1 | 3F | 39 | 62 | 0 | 4B | 109 | 61 | D |
| Octal | 33 | 1 | 77 | 71 | 142 | 0 | 113 | 411 | 141 | 15 |
| Binary | 11011 | 1 | 111111 | 111001 | 1100010 | 0 | 1001011 | 100001001 | 1100001 | 1101 |
Color Harmonies of #1B013F
Complementary color
Monochromatic Colors of #1B013F
Black with #1B013F
Text Example
Text Example
White with #1B013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B013F; }
p { color: rgb(27,1,63); }
H1.HeaderClassName
{
color: #1B013F;
}
.AnyTagClassName
{
color: #1B013F;
}
</style>
background-color css
<style>
a { background-color: #1B013F; }
a { background-color: rgb(27,1,63); }
div.DivClassName
{
background-color: #1B013F;
}
.BgClassName
{
background-color: #1B013F;
}
</style>
border-color css
<style>
span { border-color: #1B013F; }
span { border-color: rgb(27,1,63); }
td.TdClassName
{
border-color: #1B013F;
}
.TagClassName
{
border-color: #1B013F;
}
</style>