Shades of Blackberry #1C0413
Tints of Blackberry #1C0413
RGB
CMYK
RGB Variations
Color information
#1C0413 (or 0x1C0413) is known color: Blackberry. HEX triplet: 1C, 04 and 13. RGB value is (28,4,19). Sum of RGB (Red+Green+Blue) = 28+4+19=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0413 is #E3FBEC. Grayscale: #0C0C0C. Windows color (decimal): -14941165 or 1246236. OLE color: 1246236.
HSL color Cylindrical-coordinate representation of color #1C0413: hue angle of 322.5º 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 #1C0413 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 4 | 19 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.89 |
| HSL | 322.5º | 0.75% | 0.06% | - |
| HSV(B) | 322.5º | 0.86% | 0.11% | - |
| XYZ | 0.64 | 0.38 | 0.66 | - |
| YUV | 12.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 19 | 0 | 0.86 | 0.32 | 0.89 | 322.5 | 0.75 | 0.06 |
| Hex | 1C | 4 | 13 | 0 | 56 | 20 | 59 | 142 | 4B | 6 |
| Octal | 34 | 4 | 23 | 0 | 126 | 40 | 131 | 502 | 113 | 6 |
| Binary | 11100 | 100 | 10011 | 0 | 1010110 | 100000 | 1011001 | 101000010 | 1001011 | 110 |
Color Harmonies of #1C0413
Complementary color
Monochromatic Colors of #1C0413
Black with #1C0413
Text Example
Text Example
White with #1C0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0413; }
p { color: rgb(28,4,19); }
H1.HeaderClassName
{
color: #1C0413;
}
.AnyTagClassName
{
color: #1C0413;
}
</style>
background-color css
<style>
a { background-color: #1C0413; }
a { background-color: rgb(28,4,19); }
div.DivClassName
{
background-color: #1C0413;
}
.BgClassName
{
background-color: #1C0413;
}
</style>
border-color css
<style>
span { border-color: #1C0413; }
span { border-color: rgb(28,4,19); }
td.TdClassName
{
border-color: #1C0413;
}
.TagClassName
{
border-color: #1C0413;
}
</style>