Shades of Blackberry #1C0111
Tints of Blackberry #1C0111
RGB
CMYK
RGB Variations
Color information
#1C0111 (or 0x1C0111) is known color: Blackberry. HEX triplet: 1C, 01 and 11. RGB value is (28,1,17). Sum of RGB (Red+Green+Blue) = 28+1+17=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0111 is #E3FEEE. Grayscale: #0A0A0A. Windows color (decimal): -14941935 or 1114396. OLE color: 1114396.
HSL color Cylindrical-coordinate representation of color #1C0111: hue angle of 324.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0111 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 1 | 17 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.89 |
| HSL | 324.44º | 0.93% | 0.06% | - |
| HSV(B) | 324.44º | 0.96% | 0.11% | - |
| XYZ | 0.59 | 0.31 | 0.56 | - |
| YUV | 10.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 17 | 0 | 0.96 | 0.39 | 0.89 | 324.44 | 0.93 | 0.06 |
| Hex | 1C | 1 | 11 | 0 | 60 | 27 | 59 | 144 | 5D | 6 |
| Octal | 34 | 1 | 21 | 0 | 140 | 47 | 131 | 504 | 135 | 6 |
| Binary | 11100 | 1 | 10001 | 0 | 1100000 | 100111 | 1011001 | 101000100 | 1011101 | 110 |
Color Harmonies of #1C0111
Complementary color
Monochromatic Colors of #1C0111
Black with #1C0111
Text Example
Text Example
White with #1C0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0111; }
p { color: rgb(28,1,17); }
H1.HeaderClassName
{
color: #1C0111;
}
.AnyTagClassName
{
color: #1C0111;
}
</style>
background-color css
<style>
a { background-color: #1C0111; }
a { background-color: rgb(28,1,17); }
div.DivClassName
{
background-color: #1C0111;
}
.BgClassName
{
background-color: #1C0111;
}
</style>
border-color css
<style>
span { border-color: #1C0111; }
span { border-color: rgb(28,1,17); }
td.TdClassName
{
border-color: #1C0111;
}
.TagClassName
{
border-color: #1C0111;
}
</style>