Shades of Blackberry #1C0C14
Tints of Blackberry #1C0C14
RGB
CMYK
RGB Variations
Color information
#1C0C14 (or 0x1C0C14) is known color: Blackberry. HEX triplet: 1C, 0C and 14. RGB value is (28,12,20). Sum of RGB (Red+Green+Blue) = 28+12+20=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C14 is #E3F3EB. Grayscale: #111111. Windows color (decimal): -14939116 or 1313820. OLE color: 1313820.
HSL color Cylindrical-coordinate representation of color #1C0C14: hue angle of 330º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0C14 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 12 | 20 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.89 |
| HSL | 330º | 0.4% | 0.08% | - |
| HSV(B) | 330º | 0.57% | 0.11% | - |
| XYZ | 0.74 | 0.56 | 0.73 | - |
| YUV | 17.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 20 | 0 | 0.57 | 0.29 | 0.89 | 330 | 0.4 | 0.08 |
| Hex | 1C | C | 14 | 0 | 39 | 1D | 59 | 14A | 28 | 8 |
| Octal | 34 | 14 | 24 | 0 | 71 | 35 | 131 | 512 | 50 | 10 |
| Binary | 11100 | 1100 | 10100 | 0 | 111001 | 11101 | 1011001 | 101001010 | 101000 | 1000 |
Color Harmonies of #1C0C14
Complementary color
Monochromatic Colors of #1C0C14
Black with #1C0C14
Text Example
Text Example
White with #1C0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C14; }
p { color: rgb(28,12,20); }
H1.HeaderClassName
{
color: #1C0C14;
}
.AnyTagClassName
{
color: #1C0C14;
}
</style>
background-color css
<style>
a { background-color: #1C0C14; }
a { background-color: rgb(28,12,20); }
div.DivClassName
{
background-color: #1C0C14;
}
.BgClassName
{
background-color: #1C0C14;
}
</style>
border-color css
<style>
span { border-color: #1C0C14; }
span { border-color: rgb(28,12,20); }
td.TdClassName
{
border-color: #1C0C14;
}
.TagClassName
{
border-color: #1C0C14;
}
</style>