Shades of Blackcurrant #1B1023
Tints of Blackcurrant #1B1023
RGB
CMYK
RGB Variations
Color information
#1B1023 (or 0x1B1023) is known color: Blackcurrant. HEX triplet: 1B, 10 and 23. RGB value is (27,16,35). Sum of RGB (Red+Green+Blue) = 27+16+35=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1023 is #E4EFDC. Grayscale: #151515. Windows color (decimal): -15003613 or 2297883. OLE color: 2297883.
HSL color Cylindrical-coordinate representation of color #1B1023: hue angle of 274.74º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B1023 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 16 | 35 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.86 |
| HSL | 274.74º | 0.37% | 0.1% | - |
| HSV(B) | 274.74º | 0.54% | 0.14% | - |
| XYZ | 0.94 | 0.72 | 1.68 | - |
| YUV | 21.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 35 | 0.23 | 0.54 | 0 | 0.86 | 274.74 | 0.37 | 0.1 |
| Hex | 1B | 10 | 23 | 17 | 36 | 0 | 56 | 113 | 25 | A |
| Octal | 33 | 20 | 43 | 27 | 66 | 0 | 126 | 423 | 45 | 12 |
| Binary | 11011 | 10000 | 100011 | 10111 | 110110 | 0 | 1010110 | 100010011 | 100101 | 1010 |
Color Harmonies of #1B1023
Complementary color
Monochromatic Colors of #1B1023
Black with #1B1023
Text Example
Text Example
White with #1B1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1023; }
p { color: rgb(27,16,35); }
H1.HeaderClassName
{
color: #1B1023;
}
.AnyTagClassName
{
color: #1B1023;
}
</style>
background-color css
<style>
a { background-color: #1B1023; }
a { background-color: rgb(27,16,35); }
div.DivClassName
{
background-color: #1B1023;
}
.BgClassName
{
background-color: #1B1023;
}
</style>
border-color css
<style>
span { border-color: #1B1023; }
span { border-color: rgb(27,16,35); }
td.TdClassName
{
border-color: #1B1023;
}
.TagClassName
{
border-color: #1B1023;
}
</style>