Shades of Blackcurrant #1B083B
Tints of Blackcurrant #1B083B
RGB
CMYK
RGB Variations
Color information
#1B083B (or 0x1B083B) is known color: Blackcurrant. HEX triplet: 1B, 08 and 3B. RGB value is (27,8,59). Sum of RGB (Red+Green+Blue) = 27+8+59=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B083B is #E4F7C4. Grayscale: #131313. Windows color (decimal): -15005637 or 3868699. OLE color: 3868699.
HSL color Cylindrical-coordinate representation of color #1B083B: hue angle of 262.35º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B083B is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 8 | 59 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.77 |
| HSL | 262.35º | 0.76% | 0.13% | - |
| HSV(B) | 262.35º | 0.86% | 0.23% | - |
| XYZ | 1.33 | 0.72 | 4.21 | - |
| YUV | 19.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 59 | 0.54 | 0.86 | 0 | 0.77 | 262.35 | 0.76 | 0.13 |
| Hex | 1B | 8 | 3B | 36 | 56 | 0 | 4D | 106 | 4C | D |
| Octal | 33 | 10 | 73 | 66 | 126 | 0 | 115 | 406 | 114 | 15 |
| Binary | 11011 | 1000 | 111011 | 110110 | 1010110 | 0 | 1001101 | 100000110 | 1001100 | 1101 |
Color Harmonies of #1B083B
Complementary color
Monochromatic Colors of #1B083B
Black with #1B083B
Text Example
Text Example
White with #1B083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B083B; }
p { color: rgb(27,8,59); }
H1.HeaderClassName
{
color: #1B083B;
}
.AnyTagClassName
{
color: #1B083B;
}
</style>
background-color css
<style>
a { background-color: #1B083B; }
a { background-color: rgb(27,8,59); }
div.DivClassName
{
background-color: #1B083B;
}
.BgClassName
{
background-color: #1B083B;
}
</style>
border-color css
<style>
span { border-color: #1B083B; }
span { border-color: rgb(27,8,59); }
td.TdClassName
{
border-color: #1B083B;
}
.TagClassName
{
border-color: #1B083B;
}
</style>