Shades of Blackberry #2D121E
Tints of Blackberry #2D121E
RGB
CMYK
RGB Variations
Color information
#2D121E (or 0x2D121E) is known color: Blackberry. HEX triplet: 2D, 12 and 1E. RGB value is (45,18,30). Sum of RGB (Red+Green+Blue) = 45+18+30=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D121E is #D2EDE1. Grayscale: #1B1B1B. Windows color (decimal): -13823458 or 1970733. OLE color: 1970733.
HSL color Cylindrical-coordinate representation of color #2D121E: hue angle of 333.33º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D121E is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 30 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.82 |
| HSL | 333.33º | 0.43% | 0.12% | - |
| HSV(B) | 333.33º | 0.6% | 0.18% | - |
| XYZ | 1.53 | 1.08 | 1.36 | - |
| YUV | 27.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 30 | 0 | 0.6 | 0.33 | 0.82 | 333.33 | 0.43 | 0.12 |
| Hex | 2D | 12 | 1E | 0 | 3C | 21 | 52 | 14D | 2B | C |
| Octal | 55 | 22 | 36 | 0 | 74 | 41 | 122 | 515 | 53 | 14 |
| Binary | 101101 | 10010 | 11110 | 0 | 111100 | 100001 | 1010010 | 101001101 | 101011 | 1100 |
Color Harmonies of #2D121E
Complementary color
Monochromatic Colors of #2D121E
Black with #2D121E
Text Example
Text Example
White with #2D121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D121E; }
p { color: rgb(45,18,30); }
H1.HeaderClassName
{
color: #2D121E;
}
.AnyTagClassName
{
color: #2D121E;
}
</style>
background-color css
<style>
a { background-color: #2D121E; }
a { background-color: rgb(45,18,30); }
div.DivClassName
{
background-color: #2D121E;
}
.BgClassName
{
background-color: #2D121E;
}
</style>
border-color css
<style>
span { border-color: #2D121E; }
span { border-color: rgb(45,18,30); }
td.TdClassName
{
border-color: #2D121E;
}
.TagClassName
{
border-color: #2D121E;
}
</style>