Shades of Blackberry #43112D
Tints of Blackberry #43112D
RGB
CMYK
RGB Variations
Color information
#43112D (or 0x43112D) is known color: Blackberry. HEX triplet: 43, 11 and 2D. RGB value is (67,17,45). Sum of RGB (Red+Green+Blue) = 67+17+45=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43112D is #BCEED2. Grayscale: #232323. Windows color (decimal): -12381907 or 2953539. OLE color: 2953539.
HSL color Cylindrical-coordinate representation of color #43112D: hue angle of 326.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43112D is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 45 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.74 |
| HSL | 326.4º | 0.6% | 0.16% | - |
| HSV(B) | 326.4º | 0.75% | 0.26% | - |
| XYZ | 2.99 | 1.78 | 2.67 | - |
| YUV | 35.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 45 | 0 | 0.75 | 0.33 | 0.74 | 326.4 | 0.6 | 0.16 |
| Hex | 43 | 11 | 2D | 0 | 4B | 21 | 4A | 146 | 3C | 10 |
| Octal | 103 | 21 | 55 | 0 | 113 | 41 | 112 | 506 | 74 | 20 |
| Binary | 1000011 | 10001 | 101101 | 0 | 1001011 | 100001 | 1001010 | 101000110 | 111100 | 10000 |
Color Harmonies of #43112D
Complementary color
Monochromatic Colors of #43112D
Black with #43112D
Text Example
Text Example
White with #43112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43112D; }
p { color: rgb(67,17,45); }
H1.HeaderClassName
{
color: #43112D;
}
.AnyTagClassName
{
color: #43112D;
}
</style>
background-color css
<style>
a { background-color: #43112D; }
a { background-color: rgb(67,17,45); }
div.DivClassName
{
background-color: #43112D;
}
.BgClassName
{
background-color: #43112D;
}
</style>
border-color css
<style>
span { border-color: #43112D; }
span { border-color: rgb(67,17,45); }
td.TdClassName
{
border-color: #43112D;
}
.TagClassName
{
border-color: #43112D;
}
</style>