Shades of Blackberry #1C0714
Tints of Blackberry #1C0714
RGB
CMYK
RGB Variations
Color information
#1C0714 (or 0x1C0714) is known color: Blackberry. HEX triplet: 1C, 07 and 14. RGB value is (28,7,20). Sum of RGB (Red+Green+Blue) = 28+7+20=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0714 is #E3F8EB. Grayscale: #0E0E0E. Windows color (decimal): -14940396 or 1312540. OLE color: 1312540.
HSL color Cylindrical-coordinate representation of color #1C0714: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C0714 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 20 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.89 |
| HSL | 322.86º | 0.6% | 0.07% | - |
| HSV(B) | 322.86º | 0.75% | 0.11% | - |
| XYZ | 0.68 | 0.45 | 0.71 | - |
| YUV | 14.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 20 | 0 | 0.75 | 0.29 | 0.89 | 322.86 | 0.6 | 0.07 |
| Hex | 1C | 7 | 14 | 0 | 4B | 1D | 59 | 143 | 3C | 7 |
| Octal | 34 | 7 | 24 | 0 | 113 | 35 | 131 | 503 | 74 | 7 |
| Binary | 11100 | 111 | 10100 | 0 | 1001011 | 11101 | 1011001 | 101000011 | 111100 | 111 |
Color Harmonies of #1C0714
Complementary color
Monochromatic Colors of #1C0714
Black with #1C0714
Text Example
Text Example
White with #1C0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0714; }
p { color: rgb(28,7,20); }
H1.HeaderClassName
{
color: #1C0714;
}
.AnyTagClassName
{
color: #1C0714;
}
</style>
background-color css
<style>
a { background-color: #1C0714; }
a { background-color: rgb(28,7,20); }
div.DivClassName
{
background-color: #1C0714;
}
.BgClassName
{
background-color: #1C0714;
}
</style>
border-color css
<style>
span { border-color: #1C0714; }
span { border-color: rgb(28,7,20); }
td.TdClassName
{
border-color: #1C0714;
}
.TagClassName
{
border-color: #1C0714;
}
</style>