Shades of Blackberry #1C0414
Tints of Blackberry #1C0414
RGB
CMYK
RGB Variations
Color information
#1C0414 (or 0x1C0414) is known color: Blackberry. HEX triplet: 1C, 04 and 14. RGB value is (28,4,20). Sum of RGB (Red+Green+Blue) = 28+4+20=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0414 is #E3FBEB. Grayscale: #0C0C0C. Windows color (decimal): -14941164 or 1311772. OLE color: 1311772.
HSL color Cylindrical-coordinate representation of color #1C0414: hue angle of 320º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0414 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 4 | 20 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.89 |
| HSL | 320º | 0.75% | 0.06% | - |
| HSV(B) | 320º | 0.86% | 0.11% | - |
| XYZ | 0.65 | 0.38 | 0.7 | - |
| YUV | 13 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 20 | 0 | 0.86 | 0.29 | 0.89 | 320 | 0.75 | 0.06 |
| Hex | 1C | 4 | 14 | 0 | 56 | 1D | 59 | 140 | 4B | 6 |
| Octal | 34 | 4 | 24 | 0 | 126 | 35 | 131 | 500 | 113 | 6 |
| Binary | 11100 | 100 | 10100 | 0 | 1010110 | 11101 | 1011001 | 101000000 | 1001011 | 110 |
Color Harmonies of #1C0414
Complementary color
Monochromatic Colors of #1C0414
Black with #1C0414
Text Example
Text Example
White with #1C0414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0414; }
p { color: rgb(28,4,20); }
H1.HeaderClassName
{
color: #1C0414;
}
.AnyTagClassName
{
color: #1C0414;
}
</style>
background-color css
<style>
a { background-color: #1C0414; }
a { background-color: rgb(28,4,20); }
div.DivClassName
{
background-color: #1C0414;
}
.BgClassName
{
background-color: #1C0414;
}
</style>
border-color css
<style>
span { border-color: #1C0414; }
span { border-color: rgb(28,4,20); }
td.TdClassName
{
border-color: #1C0414;
}
.TagClassName
{
border-color: #1C0414;
}
</style>