Shades of Blackcurrant #1B0B2D
Tints of Blackcurrant #1B0B2D
RGB
CMYK
RGB Variations
Color information
#1B0B2D (or 0x1B0B2D) is known color: Blackcurrant. HEX triplet: 1B, 0B and 2D. RGB value is (27,11,45). Sum of RGB (Red+Green+Blue) = 27+11+45=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B2D is #E4F4D2. Grayscale: #131313. Windows color (decimal): -15004883 or 2951963. OLE color: 2951963.
HSL color Cylindrical-coordinate representation of color #1B0B2D: hue angle of 268.24º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B0B2D is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 11 | 45 | - |
| CMYK | 0.4 | 0.76 | 0 | 0.82 |
| HSL | 268.24º | 0.61% | 0.11% | - |
| HSV(B) | 268.24º | 0.76% | 0.18% | - |
| XYZ | 1.05 | 0.66 | 2.56 | - |
| YUV | 19.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 45 | 0.4 | 0.76 | 0 | 0.82 | 268.24 | 0.61 | 0.11 |
| Hex | 1B | B | 2D | 28 | 4C | 0 | 52 | 10C | 3D | B |
| Octal | 33 | 13 | 55 | 50 | 114 | 0 | 122 | 414 | 75 | 13 |
| Binary | 11011 | 1011 | 101101 | 101000 | 1001100 | 0 | 1010010 | 100001100 | 111101 | 1011 |
Color Harmonies of #1B0B2D
Complementary color
Monochromatic Colors of #1B0B2D
Black with #1B0B2D
Text Example
Text Example
White with #1B0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B2D; }
p { color: rgb(27,11,45); }
H1.HeaderClassName
{
color: #1B0B2D;
}
.AnyTagClassName
{
color: #1B0B2D;
}
</style>
background-color css
<style>
a { background-color: #1B0B2D; }
a { background-color: rgb(27,11,45); }
div.DivClassName
{
background-color: #1B0B2D;
}
.BgClassName
{
background-color: #1B0B2D;
}
</style>
border-color css
<style>
span { border-color: #1B0B2D; }
span { border-color: rgb(27,11,45); }
td.TdClassName
{
border-color: #1B0B2D;
}
.TagClassName
{
border-color: #1B0B2D;
}
</style>