Shades of Blackcurrant #1B0F2C
Tints of Blackcurrant #1B0F2C
RGB
CMYK
RGB Variations
Color information
#1B0F2C (or 0x1B0F2C) is known color: Blackcurrant. HEX triplet: 1B, 0F and 2C. RGB value is (27,15,44). Sum of RGB (Red+Green+Blue) = 27+15+44=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B0F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F2C is #E4F0D3. Grayscale: #151515. Windows color (decimal): -15003860 or 2887451. OLE color: 2887451.
HSL color Cylindrical-coordinate representation of color #1B0F2C: hue angle of 264.83º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B0F2C is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 15 | 44 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.83 |
| HSL | 264.83º | 0.49% | 0.12% | - |
| HSV(B) | 264.83º | 0.66% | 0.17% | - |
| XYZ | 1.08 | 0.76 | 2.47 | - |
| YUV | 21.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 44 | 0.39 | 0.66 | 0 | 0.83 | 264.83 | 0.49 | 0.12 |
| Hex | 1B | F | 2C | 27 | 42 | 0 | 53 | 109 | 31 | C |
| Octal | 33 | 17 | 54 | 47 | 102 | 0 | 123 | 411 | 61 | 14 |
| Binary | 11011 | 1111 | 101100 | 100111 | 1000010 | 0 | 1010011 | 100001001 | 110001 | 1100 |
Color Harmonies of #1B0F2C
Complementary color
Monochromatic Colors of #1B0F2C
Black with #1B0F2C
Text Example
Text Example
White with #1B0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F2C; }
p { color: rgb(27,15,44); }
H1.HeaderClassName
{
color: #1B0F2C;
}
.AnyTagClassName
{
color: #1B0F2C;
}
</style>
background-color css
<style>
a { background-color: #1B0F2C; }
a { background-color: rgb(27,15,44); }
div.DivClassName
{
background-color: #1B0F2C;
}
.BgClassName
{
background-color: #1B0F2C;
}
</style>
border-color css
<style>
span { border-color: #1B0F2C; }
span { border-color: rgb(27,15,44); }
td.TdClassName
{
border-color: #1B0F2C;
}
.TagClassName
{
border-color: #1B0F2C;
}
</style>