Shades of Blackberry #2D001D
Tints of Blackberry #2D001D
RGB
CMYK
RGB Variations
Color information
#2D001D (or 0x2D001D) is known color: Blackberry. HEX triplet: 2D, 00 and 1D. RGB value is (45,0,29). Sum of RGB (Red+Green+Blue) = 45+0+29=74 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60.81% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 45 - color contains mainly: red. Hex color #2D001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D001D is #D2FFE2. Grayscale: #101010. Windows color (decimal): -13828067 or 1900589. OLE color: 1900589.
HSL color Cylindrical-coordinate representation of color #2D001D: hue angle of 321.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D001D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.36 | 0.82 |
| HSL | 321.33º | 1% | 0.09% | - |
| HSV(B) | 321.33º | 1% | 0.18% | - |
| XYZ | 1.3 | 0.65 | 1.22 | - |
| YUV | 16.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 29 | 0 | 1 | 0.36 | 0.82 | 321.33 | 1 | 0.09 |
| Hex | 2D | 0 | 1D | 0 | 64 | 24 | 52 | 141 | 64 | 9 |
| Octal | 55 | 0 | 35 | 0 | 144 | 44 | 122 | 501 | 144 | 11 |
| Binary | 101101 | 0 | 11101 | 0 | 1100100 | 100100 | 1010010 | 101000001 | 1100100 | 1001 |
Color Harmonies of #2D001D
Complementary color
Monochromatic Colors of #2D001D
Black with #2D001D
Text Example
Text Example
White with #2D001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D001D; }
p { color: rgb(45,0,29); }
H1.HeaderClassName
{
color: #2D001D;
}
.AnyTagClassName
{
color: #2D001D;
}
</style>
background-color css
<style>
a { background-color: #2D001D; }
a { background-color: rgb(45,0,29); }
div.DivClassName
{
background-color: #2D001D;
}
.BgClassName
{
background-color: #2D001D;
}
</style>
border-color css
<style>
span { border-color: #2D001D; }
span { border-color: rgb(45,0,29); }
td.TdClassName
{
border-color: #2D001D;
}
.TagClassName
{
border-color: #2D001D;
}
</style>