Shades of Blackberry #2D111D
Tints of Blackberry #2D111D
RGB
CMYK
RGB Variations
Color information
#2D111D (or 0x2D111D) is known color: Blackberry. HEX triplet: 2D, 11 and 1D. RGB value is (45,17,29). Sum of RGB (Red+Green+Blue) = 45+17+29=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D111D is #D2EEE2. Grayscale: #1A1A1A. Windows color (decimal): -13823715 or 1904941. OLE color: 1904941.
HSL color Cylindrical-coordinate representation of color #2D111D: hue angle of 334.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D111D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 17 | 29 | - |
CMYK | 0 | 0.62 | 0.36 | 0.82 |
HSL | 334.29º | 0.45% | 0.12% | - |
HSV(B) | 334.29º | 0.62% | 0.18% | - |
XYZ | 1.5 | 1.05 | 1.29 | - |
YUV | 26.74 | 129.28 | 141.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 17 | 29 | 0 | 0.62 | 0.36 | 0.82 | 334.29 | 0.45 | 0.12 |
Hex | 2D | 11 | 1D | 0 | 3E | 24 | 52 | 14E | 2D | C |
Octal | 55 | 21 | 35 | 0 | 76 | 44 | 122 | 516 | 55 | 14 |
Binary | 101101 | 10001 | 11101 | 0 | 111110 | 100100 | 1010010 | 101001110 | 101101 | 1100 |
Color Harmonies of #2D111D
Complementary color
Monochromatic Colors of #2D111D
Black with #2D111D
Text Example
Text Example
White with #2D111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D111D; }
p { color: rgb(45,17,29); }
H1.HeaderClassName
{
color: #2D111D;
}
.AnyTagClassName
{
color: #2D111D;
}
</style>
background-color css
<style>
a { background-color: #2D111D; }
a { background-color: rgb(45,17,29); }
div.DivClassName
{
background-color: #2D111D;
}
.BgClassName
{
background-color: #2D111D;
}
</style>
border-color css
<style>
span { border-color: #2D111D; }
span { border-color: rgb(45,17,29); }
td.TdClassName
{
border-color: #2D111D;
}
.TagClassName
{
border-color: #2D111D;
}
</style>