Shades of Blackberry #43142C
Tints of Blackberry #43142C
RGB
CMYK
RGB Variations
Color information
#43142C (or 0x43142C) is known color: Blackberry. HEX triplet: 43, 14 and 2C. RGB value is (67,20,44). Sum of RGB (Red+Green+Blue) = 67+20+44=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43142C is #BCEBD3. Grayscale: #242424. Windows color (decimal): -12381140 or 2888771. OLE color: 2888771.
HSL color Cylindrical-coordinate representation of color #43142C: hue angle of 329.36º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43142C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 44 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.74 |
| HSL | 329.36º | 0.54% | 0.17% | - |
| HSV(B) | 329.36º | 0.7% | 0.26% | - |
| XYZ | 3.02 | 1.88 | 2.59 | - |
| YUV | 36.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 44 | 0 | 0.70 | 0.34 | 0.74 | 329.36 | 0.54 | 0.17 |
| Hex | 43 | 14 | 2C | 0 | 46 | 22 | 4A | 149 | 36 | 11 |
| Octal | 103 | 24 | 54 | 0 | 106 | 42 | 112 | 511 | 66 | 21 |
| Binary | 1000011 | 10100 | 101100 | 0 | 1000110 | 100010 | 1001010 | 101001001 | 110110 | 10001 |
Color Harmonies of #43142C
Complementary color
Monochromatic Colors of #43142C
Black with #43142C
Text Example
Text Example
White with #43142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43142C; }
p { color: rgb(67,20,44); }
H1.HeaderClassName
{
color: #43142C;
}
.AnyTagClassName
{
color: #43142C;
}
</style>
background-color css
<style>
a { background-color: #43142C; }
a { background-color: rgb(67,20,44); }
div.DivClassName
{
background-color: #43142C;
}
.BgClassName
{
background-color: #43142C;
}
</style>
border-color css
<style>
span { border-color: #43142C; }
span { border-color: rgb(67,20,44); }
td.TdClassName
{
border-color: #43142C;
}
.TagClassName
{
border-color: #43142C;
}
</style>