Shades of Blackberry #2D011D
Tints of Blackberry #2D011D
RGB
CMYK
RGB Variations
Color information
#2D011D (or 0x2D011D) is known color: Blackberry. HEX triplet: 2D, 01 and 1D. RGB value is (45,1,29). Sum of RGB (Red+Green+Blue) = 45+1+29=75 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 45 - color contains mainly: red. Hex color #2D011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D011D is #D2FEE2. Grayscale: #111111. Windows color (decimal): -13827811 or 1900845. OLE color: 1900845.
HSL color Cylindrical-coordinate representation of color #2D011D: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D011D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.82 |
| HSL | 321.82º | 0.96% | 0.09% | - |
| HSV(B) | 321.82º | 0.98% | 0.18% | - |
| XYZ | 1.31 | 0.67 | 1.22 | - |
| YUV | 17.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 29 | 0 | 0.98 | 0.36 | 0.82 | 321.82 | 0.96 | 0.09 |
| Hex | 2D | 1 | 1D | 0 | 62 | 24 | 52 | 142 | 60 | 9 |
| Octal | 55 | 1 | 35 | 0 | 142 | 44 | 122 | 502 | 140 | 11 |
| Binary | 101101 | 1 | 11101 | 0 | 1100010 | 100100 | 1010010 | 101000010 | 1100000 | 1001 |
Color Harmonies of #2D011D
Complementary color
Monochromatic Colors of #2D011D
Black with #2D011D
Text Example
Text Example
White with #2D011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D011D; }
p { color: rgb(45,1,29); }
H1.HeaderClassName
{
color: #2D011D;
}
.AnyTagClassName
{
color: #2D011D;
}
</style>
background-color css
<style>
a { background-color: #2D011D; }
a { background-color: rgb(45,1,29); }
div.DivClassName
{
background-color: #2D011D;
}
.BgClassName
{
background-color: #2D011D;
}
</style>
border-color css
<style>
span { border-color: #2D011D; }
span { border-color: rgb(45,1,29); }
td.TdClassName
{
border-color: #2D011D;
}
.TagClassName
{
border-color: #2D011D;
}
</style>