Shades of Blackberry #1C0614
Tints of Blackberry #1C0614
RGB
CMYK
RGB Variations
Color information
#1C0614 (or 0x1C0614) is known color: Blackberry. HEX triplet: 1C, 06 and 14. RGB value is (28,6,20). Sum of RGB (Red+Green+Blue) = 28+6+20=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0614 is #E3F9EB. Grayscale: #0E0E0E. Windows color (decimal): -14940652 or 1312284. OLE color: 1312284.
HSL color Cylindrical-coordinate representation of color #1C0614: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0614 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 20 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.89 |
| HSL | 321.82º | 0.65% | 0.07% | - |
| HSV(B) | 321.82º | 0.79% | 0.11% | - |
| XYZ | 0.67 | 0.43 | 0.71 | - |
| YUV | 14.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 20 | 0 | 0.79 | 0.29 | 0.89 | 321.82 | 0.65 | 0.07 |
| Hex | 1C | 6 | 14 | 0 | 4F | 1D | 59 | 142 | 41 | 7 |
| Octal | 34 | 6 | 24 | 0 | 117 | 35 | 131 | 502 | 101 | 7 |
| Binary | 11100 | 110 | 10100 | 0 | 1001111 | 11101 | 1011001 | 101000010 | 1000001 | 111 |
Color Harmonies of #1C0614
Complementary color
Monochromatic Colors of #1C0614
Black with #1C0614
Text Example
Text Example
White with #1C0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0614; }
p { color: rgb(28,6,20); }
H1.HeaderClassName
{
color: #1C0614;
}
.AnyTagClassName
{
color: #1C0614;
}
</style>
background-color css
<style>
a { background-color: #1C0614; }
a { background-color: rgb(28,6,20); }
div.DivClassName
{
background-color: #1C0614;
}
.BgClassName
{
background-color: #1C0614;
}
</style>
border-color css
<style>
span { border-color: #1C0614; }
span { border-color: rgb(28,6,20); }
td.TdClassName
{
border-color: #1C0614;
}
.TagClassName
{
border-color: #1C0614;
}
</style>