Shades of Blackberry #1C0312
Tints of Blackberry #1C0312
RGB
CMYK
RGB Variations
Color information
#1C0312 (or 0x1C0312) is known color: Blackberry. HEX triplet: 1C, 03 and 12. RGB value is (28,3,18). Sum of RGB (Red+Green+Blue) = 28+3+18=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0312 is #E3FCED. Grayscale: #0C0C0C. Windows color (decimal): -14941422 or 1180444. OLE color: 1180444.
HSL color Cylindrical-coordinate representation of color #1C0312: hue angle of 324º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C0312 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 3 | 18 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.89 |
| HSL | 324º | 0.81% | 0.06% | - |
| HSV(B) | 324º | 0.89% | 0.11% | - |
| XYZ | 0.62 | 0.36 | 0.61 | - |
| YUV | 12.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 18 | 0 | 0.89 | 0.36 | 0.89 | 324 | 0.81 | 0.06 |
| Hex | 1C | 3 | 12 | 0 | 59 | 24 | 59 | 144 | 51 | 6 |
| Octal | 34 | 3 | 22 | 0 | 131 | 44 | 131 | 504 | 121 | 6 |
| Binary | 11100 | 11 | 10010 | 0 | 1011001 | 100100 | 1011001 | 101000100 | 1010001 | 110 |
Color Harmonies of #1C0312
Complementary color
Monochromatic Colors of #1C0312
Black with #1C0312
Text Example
Text Example
White with #1C0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0312; }
p { color: rgb(28,3,18); }
H1.HeaderClassName
{
color: #1C0312;
}
.AnyTagClassName
{
color: #1C0312;
}
</style>
background-color css
<style>
a { background-color: #1C0312; }
a { background-color: rgb(28,3,18); }
div.DivClassName
{
background-color: #1C0312;
}
.BgClassName
{
background-color: #1C0312;
}
</style>
border-color css
<style>
span { border-color: #1C0312; }
span { border-color: rgb(28,3,18); }
td.TdClassName
{
border-color: #1C0312;
}
.TagClassName
{
border-color: #1C0312;
}
</style>