Shades of Blackcurrant #1B0B27
Tints of Blackcurrant #1B0B27
RGB
CMYK
RGB Variations
Color information
#1B0B27 (or 0x1B0B27) is known color: Blackcurrant. HEX triplet: 1B, 0B and 27. RGB value is (27,11,39). Sum of RGB (Red+Green+Blue) = 27+11+39=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B0B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B27 is #E4F4D8. Grayscale: #121212. Windows color (decimal): -15004889 or 2558747. OLE color: 2558747.
HSL color Cylindrical-coordinate representation of color #1B0B27: hue angle of 274.29º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B0B27 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 11 | 39 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.85 |
| HSL | 274.29º | 0.56% | 0.1% | - |
| HSV(B) | 274.29º | 0.72% | 0.15% | - |
| XYZ | 0.94 | 0.62 | 1.99 | - |
| YUV | 18.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 39 | 0.31 | 0.72 | 0 | 0.85 | 274.29 | 0.56 | 0.1 |
| Hex | 1B | B | 27 | 1F | 48 | 0 | 55 | 112 | 38 | A |
| Octal | 33 | 13 | 47 | 37 | 110 | 0 | 125 | 422 | 70 | 12 |
| Binary | 11011 | 1011 | 100111 | 11111 | 1001000 | 0 | 1010101 | 100010010 | 111000 | 1010 |
Color Harmonies of #1B0B27
Complementary color
Monochromatic Colors of #1B0B27
Black with #1B0B27
Text Example
Text Example
White with #1B0B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B27; }
p { color: rgb(27,11,39); }
H1.HeaderClassName
{
color: #1B0B27;
}
.AnyTagClassName
{
color: #1B0B27;
}
</style>
background-color css
<style>
a { background-color: #1B0B27; }
a { background-color: rgb(27,11,39); }
div.DivClassName
{
background-color: #1B0B27;
}
.BgClassName
{
background-color: #1B0B27;
}
</style>
border-color css
<style>
span { border-color: #1B0B27; }
span { border-color: rgb(27,11,39); }
td.TdClassName
{
border-color: #1B0B27;
}
.TagClassName
{
border-color: #1B0B27;
}
</style>