Shades of Blackberry #1B0A13
Tints of Blackberry #1B0A13
RGB
CMYK
RGB Variations
Color information
#1B0A13 (or 0x1B0A13) is known color: Blackberry. HEX triplet: 1B, 0A and 13. RGB value is (27,10,19). Sum of RGB (Red+Green+Blue) = 27+10+19=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A13 is #E4F5EC. Grayscale: #101010. Windows color (decimal): -15005165 or 1247771. OLE color: 1247771.
HSL color Cylindrical-coordinate representation of color #1B0A13: hue angle of 328.24º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A13 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 19 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.89 |
| HSL | 328.24º | 0.46% | 0.07% | - |
| HSV(B) | 328.24º | 0.63% | 0.11% | - |
| XYZ | 0.68 | 0.5 | 0.68 | - |
| YUV | 16.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 19 | 0 | 0.63 | 0.30 | 0.89 | 328.24 | 0.46 | 0.07 |
| Hex | 1B | A | 13 | 0 | 3F | 1E | 59 | 148 | 2E | 7 |
| Octal | 33 | 12 | 23 | 0 | 77 | 36 | 131 | 510 | 56 | 7 |
| Binary | 11011 | 1010 | 10011 | 0 | 111111 | 11110 | 1011001 | 101001000 | 101110 | 111 |
Color Harmonies of #1B0A13
Complementary color
Monochromatic Colors of #1B0A13
Black with #1B0A13
Text Example
Text Example
White with #1B0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A13; }
p { color: rgb(27,10,19); }
H1.HeaderClassName
{
color: #1B0A13;
}
.AnyTagClassName
{
color: #1B0A13;
}
</style>
background-color css
<style>
a { background-color: #1B0A13; }
a { background-color: rgb(27,10,19); }
div.DivClassName
{
background-color: #1B0A13;
}
.BgClassName
{
background-color: #1B0A13;
}
</style>
border-color css
<style>
span { border-color: #1B0A13; }
span { border-color: rgb(27,10,19); }
td.TdClassName
{
border-color: #1B0A13;
}
.TagClassName
{
border-color: #1B0A13;
}
</style>