Shades of Blackberry #1B0110
Tints of Blackberry #1B0110
RGB
CMYK
RGB Variations
Color information
#1B0110 (or 0x1B0110) is known color: Blackberry. HEX triplet: 1B, 01 and 10. RGB value is (27,1,16). Sum of RGB (Red+Green+Blue) = 27+1+16=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0110 is #E4FEEF. Grayscale: #0A0A0A. Windows color (decimal): -15007472 or 1048859. OLE color: 1048859.
HSL color Cylindrical-coordinate representation of color #1B0110: hue angle of 325.38º 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 #1B0110 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 16 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.89 |
| HSL | 325.38º | 0.93% | 0.05% | - |
| HSV(B) | 325.38º | 0.96% | 0.11% | - |
| XYZ | 0.56 | 0.29 | 0.52 | - |
| YUV | 10.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 16 | 0 | 0.96 | 0.41 | 0.89 | 325.38 | 0.93 | 0.05 |
| Hex | 1B | 1 | 10 | 0 | 60 | 29 | 59 | 145 | 5D | 5 |
| Octal | 33 | 1 | 20 | 0 | 140 | 51 | 131 | 505 | 135 | 5 |
| Binary | 11011 | 1 | 10000 | 0 | 1100000 | 101001 | 1011001 | 101000101 | 1011101 | 101 |
Color Harmonies of #1B0110
Complementary color
Monochromatic Colors of #1B0110
Black with #1B0110
Text Example
Text Example
White with #1B0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0110; }
p { color: rgb(27,1,16); }
H1.HeaderClassName
{
color: #1B0110;
}
.AnyTagClassName
{
color: #1B0110;
}
</style>
background-color css
<style>
a { background-color: #1B0110; }
a { background-color: rgb(27,1,16); }
div.DivClassName
{
background-color: #1B0110;
}
.BgClassName
{
background-color: #1B0110;
}
</style>
border-color css
<style>
span { border-color: #1B0110; }
span { border-color: rgb(27,1,16); }
td.TdClassName
{
border-color: #1B0110;
}
.TagClassName
{
border-color: #1B0110;
}
</style>