Shades of Blackberry #43112C
Tints of Blackberry #43112C
RGB
CMYK
RGB Variations
Color information
#43112C (or 0x43112C) is known color: Blackberry. HEX triplet: 43, 11 and 2C. RGB value is (67,17,44). Sum of RGB (Red+Green+Blue) = 67+17+44=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43112C is #BCEED3. Grayscale: #222222. Windows color (decimal): -12381908 or 2888003. OLE color: 2888003.
HSL color Cylindrical-coordinate representation of color #43112C: hue angle of 327.6º 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 #43112C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 17 | 44 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.74 |
| HSL | 327.6º | 0.6% | 0.16% | - |
| HSV(B) | 327.6º | 0.75% | 0.26% | - |
| XYZ | 2.97 | 1.78 | 2.57 | - |
| YUV | 35.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 44 | 0 | 0.75 | 0.34 | 0.74 | 327.6 | 0.6 | 0.16 |
| Hex | 43 | 11 | 2C | 0 | 4B | 22 | 4A | 148 | 3C | 10 |
| Octal | 103 | 21 | 54 | 0 | 113 | 42 | 112 | 510 | 74 | 20 |
| Binary | 1000011 | 10001 | 101100 | 0 | 1001011 | 100010 | 1001010 | 101001000 | 111100 | 10000 |
Color Harmonies of #43112C
Complementary color
Monochromatic Colors of #43112C
Black with #43112C
Text Example
Text Example
White with #43112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43112C; }
p { color: rgb(67,17,44); }
H1.HeaderClassName
{
color: #43112C;
}
.AnyTagClassName
{
color: #43112C;
}
</style>
background-color css
<style>
a { background-color: #43112C; }
a { background-color: rgb(67,17,44); }
div.DivClassName
{
background-color: #43112C;
}
.BgClassName
{
background-color: #43112C;
}
</style>
border-color css
<style>
span { border-color: #43112C; }
span { border-color: rgb(67,17,44); }
td.TdClassName
{
border-color: #43112C;
}
.TagClassName
{
border-color: #43112C;
}
</style>