Shades of Blackberry #1B0112
Tints of Blackberry #1B0112
RGB
CMYK
RGB Variations
Color information
#1B0112 (or 0x1B0112) is known color: Blackberry. HEX triplet: 1B, 01 and 12. RGB value is (27,1,18). Sum of RGB (Red+Green+Blue) = 27+1+18=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0112 is #E4FEED. Grayscale: #0A0A0A. Windows color (decimal): -15007470 or 1179931. OLE color: 1179931.
HSL color Cylindrical-coordinate representation of color #1B0112: hue angle of 320.77º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0112 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 18 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.89 |
| HSL | 320.77º | 0.93% | 0.05% | - |
| HSV(B) | 320.77º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.3 | 0.6 | - |
| YUV | 10.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 18 | 0 | 0.96 | 0.33 | 0.89 | 320.77 | 0.93 | 0.05 |
| Hex | 1B | 1 | 12 | 0 | 60 | 21 | 59 | 141 | 5D | 5 |
| Octal | 33 | 1 | 22 | 0 | 140 | 41 | 131 | 501 | 135 | 5 |
| Binary | 11011 | 1 | 10010 | 0 | 1100000 | 100001 | 1011001 | 101000001 | 1011101 | 101 |
Color Harmonies of #1B0112
Complementary color
Monochromatic Colors of #1B0112
Black with #1B0112
Text Example
Text Example
White with #1B0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0112; }
p { color: rgb(27,1,18); }
H1.HeaderClassName
{
color: #1B0112;
}
.AnyTagClassName
{
color: #1B0112;
}
</style>
background-color css
<style>
a { background-color: #1B0112; }
a { background-color: rgb(27,1,18); }
div.DivClassName
{
background-color: #1B0112;
}
.BgClassName
{
background-color: #1B0112;
}
</style>
border-color css
<style>
span { border-color: #1B0112; }
span { border-color: rgb(27,1,18); }
td.TdClassName
{
border-color: #1B0112;
}
.TagClassName
{
border-color: #1B0112;
}
</style>