Shades of Blackberry #1C0A14
Tints of Blackberry #1C0A14
RGB
CMYK
RGB Variations
Color information
#1C0A14 (or 0x1C0A14) is known color: Blackberry. HEX triplet: 1C, 0A and 14. RGB value is (28,10,20). Sum of RGB (Red+Green+Blue) = 28+10+20=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A14 is #E3F5EB. Grayscale: #101010. Windows color (decimal): -14939628 or 1313308. OLE color: 1313308.
HSL color Cylindrical-coordinate representation of color #1C0A14: hue angle of 326.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0A14 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 20 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.89 |
| HSL | 326.67º | 0.47% | 0.07% | - |
| HSV(B) | 326.67º | 0.64% | 0.11% | - |
| XYZ | 0.71 | 0.51 | 0.72 | - |
| YUV | 16.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 20 | 0 | 0.64 | 0.29 | 0.89 | 326.67 | 0.47 | 0.07 |
| Hex | 1C | A | 14 | 0 | 40 | 1D | 59 | 147 | 2F | 7 |
| Octal | 34 | 12 | 24 | 0 | 100 | 35 | 131 | 507 | 57 | 7 |
| Binary | 11100 | 1010 | 10100 | 0 | 1000000 | 11101 | 1011001 | 101000111 | 101111 | 111 |
Color Harmonies of #1C0A14
Complementary color
Monochromatic Colors of #1C0A14
Black with #1C0A14
Text Example
Text Example
White with #1C0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A14; }
p { color: rgb(28,10,20); }
H1.HeaderClassName
{
color: #1C0A14;
}
.AnyTagClassName
{
color: #1C0A14;
}
</style>
background-color css
<style>
a { background-color: #1C0A14; }
a { background-color: rgb(28,10,20); }
div.DivClassName
{
background-color: #1C0A14;
}
.BgClassName
{
background-color: #1C0A14;
}
</style>
border-color css
<style>
span { border-color: #1C0A14; }
span { border-color: rgb(28,10,20); }
td.TdClassName
{
border-color: #1C0A14;
}
.TagClassName
{
border-color: #1C0A14;
}
</style>