Shades of Blackberry #1B0C14
Tints of Blackberry #1B0C14
RGB
CMYK
RGB Variations
Color information
#1B0C14 (or 0x1B0C14) is known color: Blackberry. HEX triplet: 1B, 0C and 14. RGB value is (27,12,20). Sum of RGB (Red+Green+Blue) = 27+12+20=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C14 is #E4F3EB. Grayscale: #111111. Windows color (decimal): -15004652 or 1313819. OLE color: 1313819.
HSL color Cylindrical-coordinate representation of color #1B0C14: hue angle of 328º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0C14 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 12 | 20 | - |
CMYK | 0 | 0.56 | 0.26 | 0.89 |
HSL | 328º | 0.38% | 0.08% | - |
HSV(B) | 328º | 0.56% | 0.11% | - |
XYZ | 0.71 | 0.55 | 0.73 | - |
YUV | 17.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 12 | 20 | 0 | 0.56 | 0.26 | 0.89 | 328 | 0.38 | 0.08 |
Hex | 1B | C | 14 | 0 | 38 | 1A | 59 | 148 | 26 | 8 |
Octal | 33 | 14 | 24 | 0 | 70 | 32 | 131 | 510 | 46 | 10 |
Binary | 11011 | 1100 | 10100 | 0 | 111000 | 11010 | 1011001 | 101001000 | 100110 | 1000 |
Color Harmonies of #1B0C14
Complementary color
Monochromatic Colors of #1B0C14
Black with #1B0C14
Text Example
Text Example
White with #1B0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C14; }
p { color: rgb(27,12,20); }
H1.HeaderClassName
{
color: #1B0C14;
}
.AnyTagClassName
{
color: #1B0C14;
}
</style>
background-color css
<style>
a { background-color: #1B0C14; }
a { background-color: rgb(27,12,20); }
div.DivClassName
{
background-color: #1B0C14;
}
.BgClassName
{
background-color: #1B0C14;
}
</style>
border-color css
<style>
span { border-color: #1B0C14; }
span { border-color: rgb(27,12,20); }
td.TdClassName
{
border-color: #1B0C14;
}
.TagClassName
{
border-color: #1B0C14;
}
</style>