Shades of Blackberry #1C0511
Tints of Blackberry #1C0511
RGB
CMYK
RGB Variations
Color information
#1C0511 (or 0x1C0511) is known color: Blackberry. HEX triplet: 1C, 05 and 11. RGB value is (28,5,17). Sum of RGB (Red+Green+Blue) = 28+5+17=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0511 is #E3FAEE. Grayscale: #0D0D0D. Windows color (decimal): -14940911 or 1115420. OLE color: 1115420.
HSL color Cylindrical-coordinate representation of color #1C0511: hue angle of 328.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C0511 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 5 | 17 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.89 |
| HSL | 328.7º | 0.7% | 0.06% | - |
| HSV(B) | 328.7º | 0.82% | 0.11% | - |
| XYZ | 0.63 | 0.4 | 0.57 | - |
| YUV | 13.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 17 | 0 | 0.82 | 0.39 | 0.89 | 328.7 | 0.7 | 0.06 |
| Hex | 1C | 5 | 11 | 0 | 52 | 27 | 59 | 149 | 46 | 6 |
| Octal | 34 | 5 | 21 | 0 | 122 | 47 | 131 | 511 | 106 | 6 |
| Binary | 11100 | 101 | 10001 | 0 | 1010010 | 100111 | 1011001 | 101001001 | 1000110 | 110 |
Color Harmonies of #1C0511
Complementary color
Monochromatic Colors of #1C0511
Black with #1C0511
Text Example
Text Example
White with #1C0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0511; }
p { color: rgb(28,5,17); }
H1.HeaderClassName
{
color: #1C0511;
}
.AnyTagClassName
{
color: #1C0511;
}
</style>
background-color css
<style>
a { background-color: #1C0511; }
a { background-color: rgb(28,5,17); }
div.DivClassName
{
background-color: #1C0511;
}
.BgClassName
{
background-color: #1C0511;
}
</style>
border-color css
<style>
span { border-color: #1C0511; }
span { border-color: rgb(28,5,17); }
td.TdClassName
{
border-color: #1C0511;
}
.TagClassName
{
border-color: #1C0511;
}
</style>