Shades of Blackberry #1C000F
Tints of Blackberry #1C000F
RGB
CMYK
RGB Variations
Color information
#1C000F (or 0x1C000F) is known color: Blackberry. HEX triplet: 1C, 00 and 0F. RGB value is (28,0,15). Sum of RGB (Red+Green+Blue) = 28+0+15=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000F is #E3FFF0. Grayscale: #0A0A0A. Windows color (decimal): -14942193 or 983068. OLE color: 983068.
HSL color Cylindrical-coordinate representation of color #1C000F: hue angle of 327.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C000F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.46 | 0.89 |
| HSL | 327.86º | 1% | 0.05% | - |
| HSV(B) | 327.86º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.28 | 0.48 | - |
| YUV | 10.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 15 | 0 | 1 | 0.46 | 0.89 | 327.86 | 1 | 0.05 |
| Hex | 1C | 0 | F | 0 | 64 | 2E | 59 | 148 | 64 | 5 |
| Octal | 34 | 0 | 17 | 0 | 144 | 56 | 131 | 510 | 144 | 5 |
| Binary | 11100 | 0 | 1111 | 0 | 1100100 | 101110 | 1011001 | 101001000 | 1100100 | 101 |
Color Harmonies of #1C000F
Complementary color
Monochromatic Colors of #1C000F
Black with #1C000F
Text Example
Text Example
White with #1C000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C000F; }
p { color: rgb(28,0,15); }
H1.HeaderClassName
{
color: #1C000F;
}
.AnyTagClassName
{
color: #1C000F;
}
</style>
background-color css
<style>
a { background-color: #1C000F; }
a { background-color: rgb(28,0,15); }
div.DivClassName
{
background-color: #1C000F;
}
.BgClassName
{
background-color: #1C000F;
}
</style>
border-color css
<style>
span { border-color: #1C000F; }
span { border-color: rgb(28,0,15); }
td.TdClassName
{
border-color: #1C000F;
}
.TagClassName
{
border-color: #1C000F;
}
</style>