Shades of Blackberry #1D0311
Tints of Blackberry #1D0311
RGB
CMYK
RGB Variations
Color information
#1D0311 (or 0x1D0311) is known color: Blackberry. HEX triplet: 1D, 03 and 11. RGB value is (29,3,17). Sum of RGB (Red+Green+Blue) = 29+3+17=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0311 is #E2FCEE. Grayscale: #0C0C0C. Windows color (decimal): -14875887 or 1114909. OLE color: 1114909.
HSL color Cylindrical-coordinate representation of color #1D0311: hue angle of 327.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0311 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 17 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.89 |
| HSL | 327.69º | 0.81% | 0.06% | - |
| HSV(B) | 327.69º | 0.9% | 0.11% | - |
| XYZ | 0.64 | 0.37 | 0.57 | - |
| YUV | 12.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 17 | 0 | 0.90 | 0.41 | 0.89 | 327.69 | 0.81 | 0.06 |
| Hex | 1D | 3 | 11 | 0 | 5A | 29 | 59 | 148 | 51 | 6 |
| Octal | 35 | 3 | 21 | 0 | 132 | 51 | 131 | 510 | 121 | 6 |
| Binary | 11101 | 11 | 10001 | 0 | 1011010 | 101001 | 1011001 | 101001000 | 1010001 | 110 |
Color Harmonies of #1D0311
Complementary color
Monochromatic Colors of #1D0311
Black with #1D0311
Text Example
Text Example
White with #1D0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0311; }
p { color: rgb(29,3,17); }
H1.HeaderClassName
{
color: #1D0311;
}
.AnyTagClassName
{
color: #1D0311;
}
</style>
background-color css
<style>
a { background-color: #1D0311; }
a { background-color: rgb(29,3,17); }
div.DivClassName
{
background-color: #1D0311;
}
.BgClassName
{
background-color: #1D0311;
}
</style>
border-color css
<style>
span { border-color: #1D0311; }
span { border-color: rgb(29,3,17); }
td.TdClassName
{
border-color: #1D0311;
}
.TagClassName
{
border-color: #1D0311;
}
</style>