Shades of Blackcurrant #1B0A36
Tints of Blackcurrant #1B0A36
RGB
CMYK
RGB Variations
Color information
#1B0A36 (or 0x1B0A36) is known color: Blackcurrant. HEX triplet: 1B, 0A and 36. RGB value is (27,10,54). Sum of RGB (Red+Green+Blue) = 27+10+54=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B0A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A36 is #E4F5C9. Grayscale: #131313. Windows color (decimal): -15005130 or 3541531. OLE color: 3541531.
HSL color Cylindrical-coordinate representation of color #1B0A36: hue angle of 263.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0A36 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 10 | 54 | - |
| CMYK | 0.5 | 0.81 | 0 | 0.79 |
| HSL | 263.18º | 0.69% | 0.13% | - |
| HSV(B) | 263.18º | 0.81% | 0.21% | - |
| XYZ | 1.23 | 0.72 | 3.56 | - |
| YUV | 20.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 54 | 0.5 | 0.81 | 0 | 0.79 | 263.18 | 0.69 | 0.13 |
| Hex | 1B | A | 36 | 32 | 51 | 0 | 4F | 107 | 45 | D |
| Octal | 33 | 12 | 66 | 62 | 121 | 0 | 117 | 407 | 105 | 15 |
| Binary | 11011 | 1010 | 110110 | 110010 | 1010001 | 0 | 1001111 | 100000111 | 1000101 | 1101 |
Color Harmonies of #1B0A36
Complementary color
Monochromatic Colors of #1B0A36
Black with #1B0A36
Text Example
Text Example
White with #1B0A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A36; }
p { color: rgb(27,10,54); }
H1.HeaderClassName
{
color: #1B0A36;
}
.AnyTagClassName
{
color: #1B0A36;
}
</style>
background-color css
<style>
a { background-color: #1B0A36; }
a { background-color: rgb(27,10,54); }
div.DivClassName
{
background-color: #1B0A36;
}
.BgClassName
{
background-color: #1B0A36;
}
</style>
border-color css
<style>
span { border-color: #1B0A36; }
span { border-color: rgb(27,10,54); }
td.TdClassName
{
border-color: #1B0A36;
}
.TagClassName
{
border-color: #1B0A36;
}
</style>