Shades of Blackberry #1D0315
Tints of Blackberry #1D0315
RGB
CMYK
RGB Variations
Color information
#1D0315 (or 0x1D0315) is known color: Blackberry. HEX triplet: 1D, 03 and 15. RGB value is (29,3,21). Sum of RGB (Red+Green+Blue) = 29+3+21=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0315 is #E2FCEA. Grayscale: #0C0C0C. Windows color (decimal): -14875883 or 1377053. OLE color: 1377053.
HSL color Cylindrical-coordinate representation of color #1D0315: hue angle of 318.46º 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 #1D0315 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 21 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.89 |
| HSL | 318.46º | 0.81% | 0.06% | - |
| HSV(B) | 318.46º | 0.9% | 0.11% | - |
| XYZ | 0.67 | 0.38 | 0.75 | - |
| YUV | 12.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 21 | 0 | 0.90 | 0.28 | 0.89 | 318.46 | 0.81 | 0.06 |
| Hex | 1D | 3 | 15 | 0 | 5A | 1C | 59 | 13E | 51 | 6 |
| Octal | 35 | 3 | 25 | 0 | 132 | 34 | 131 | 476 | 121 | 6 |
| Binary | 11101 | 11 | 10101 | 0 | 1011010 | 11100 | 1011001 | 100111110 | 1010001 | 110 |
Color Harmonies of #1D0315
Complementary color
Monochromatic Colors of #1D0315
Black with #1D0315
Text Example
Text Example
White with #1D0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0315; }
p { color: rgb(29,3,21); }
H1.HeaderClassName
{
color: #1D0315;
}
.AnyTagClassName
{
color: #1D0315;
}
</style>
background-color css
<style>
a { background-color: #1D0315; }
a { background-color: rgb(29,3,21); }
div.DivClassName
{
background-color: #1D0315;
}
.BgClassName
{
background-color: #1D0315;
}
</style>
border-color css
<style>
span { border-color: #1D0315; }
span { border-color: rgb(29,3,21); }
td.TdClassName
{
border-color: #1D0315;
}
.TagClassName
{
border-color: #1D0315;
}
</style>