Shades of Blackcurrant #1B003A
Tints of Blackcurrant #1B003A
RGB
CMYK
RGB Variations
Color information
#1B003A (or 0x1B003A) is known color: Blackcurrant. HEX triplet: 1B, 00 and 3A. RGB value is (27,0,58). Sum of RGB (Red+Green+Blue) = 27+0+58=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B003A is #E4FFC5. Grayscale: #0E0E0E. Windows color (decimal): -15007686 or 3801115. OLE color: 3801115.
HSL color Cylindrical-coordinate representation of color #1B003A: hue angle of 267.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B003A is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 0 | 58 | - |
| CMYK | 0.53 | 1 | 0 | 0.77 |
| HSL | 267.93º | 1% | 0.11% | - |
| HSV(B) | 267.93º | 1% | 0.23% | - |
| XYZ | 1.22 | 0.54 | 4.04 | - |
| YUV | 14.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 58 | 0.53 | 1 | 0 | 0.77 | 267.93 | 1 | 0.11 |
| Hex | 1B | 0 | 3A | 35 | 64 | 0 | 4D | 10C | 64 | B |
| Octal | 33 | 0 | 72 | 65 | 144 | 0 | 115 | 414 | 144 | 13 |
| Binary | 11011 | 0 | 111010 | 110101 | 1100100 | 0 | 1001101 | 100001100 | 1100100 | 1011 |
Color Harmonies of #1B003A
Complementary color
Monochromatic Colors of #1B003A
Black with #1B003A
Text Example
Text Example
White with #1B003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B003A; }
p { color: rgb(27,0,58); }
H1.HeaderClassName
{
color: #1B003A;
}
.AnyTagClassName
{
color: #1B003A;
}
</style>
background-color css
<style>
a { background-color: #1B003A; }
a { background-color: rgb(27,0,58); }
div.DivClassName
{
background-color: #1B003A;
}
.BgClassName
{
background-color: #1B003A;
}
</style>
border-color css
<style>
span { border-color: #1B003A; }
span { border-color: rgb(27,0,58); }
td.TdClassName
{
border-color: #1B003A;
}
.TagClassName
{
border-color: #1B003A;
}
</style>