Shades of Blackberry #2D121F
Tints of Blackberry #2D121F
RGB
CMYK
RGB Variations
Color information
#2D121F (or 0x2D121F) is known color: Blackberry. HEX triplet: 2D, 12 and 1F. RGB value is (45,18,31). Sum of RGB (Red+Green+Blue) = 45+18+31=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D121F is #D2EDE0. Grayscale: #1B1B1B. Windows color (decimal): -13823457 or 2036269. OLE color: 2036269.
HSL color Cylindrical-coordinate representation of color #2D121F: hue angle of 331.11º 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 #2D121F is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 31 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.82 |
| HSL | 331.11º | 0.43% | 0.12% | - |
| HSV(B) | 331.11º | 0.6% | 0.18% | - |
| XYZ | 1.55 | 1.09 | 1.43 | - |
| YUV | 27.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 31 | 0 | 0.6 | 0.31 | 0.82 | 331.11 | 0.43 | 0.12 |
| Hex | 2D | 12 | 1F | 0 | 3C | 1F | 52 | 14B | 2B | C |
| Octal | 55 | 22 | 37 | 0 | 74 | 37 | 122 | 513 | 53 | 14 |
| Binary | 101101 | 10010 | 11111 | 0 | 111100 | 11111 | 1010010 | 101001011 | 101011 | 1100 |
Color Harmonies of #2D121F
Complementary color
Monochromatic Colors of #2D121F
Black with #2D121F
Text Example
Text Example
White with #2D121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D121F; }
p { color: rgb(45,18,31); }
H1.HeaderClassName
{
color: #2D121F;
}
.AnyTagClassName
{
color: #2D121F;
}
</style>
background-color css
<style>
a { background-color: #2D121F; }
a { background-color: rgb(45,18,31); }
div.DivClassName
{
background-color: #2D121F;
}
.BgClassName
{
background-color: #2D121F;
}
</style>
border-color css
<style>
span { border-color: #2D121F; }
span { border-color: rgb(45,18,31); }
td.TdClassName
{
border-color: #2D121F;
}
.TagClassName
{
border-color: #2D121F;
}
</style>