Shades of Blackberry #43143A
Tints of Blackberry #43143A
RGB
CMYK
RGB Variations
Color information
#43143A (or 0x43143A) is known color: Blackberry. HEX triplet: 43, 14 and 3A. RGB value is (67,20,58). Sum of RGB (Red+Green+Blue) = 67+20+58=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #43143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43143A is #BCEBC5. Grayscale: #262626. Windows color (decimal): -12381126 or 3806275. OLE color: 3806275.
HSL color Cylindrical-coordinate representation of color #43143A: hue angle of 311.49º 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 #43143A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 58 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.74 |
| HSL | 311.49º | 0.54% | 0.17% | - |
| HSV(B) | 311.49º | 0.7% | 0.26% | - |
| XYZ | 3.33 | 2 | 4.21 | - |
| YUV | 38.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 58 | 0 | 0.70 | 0.13 | 0.74 | 311.49 | 0.54 | 0.17 |
| Hex | 43 | 14 | 3A | 0 | 46 | D | 4A | 137 | 36 | 11 |
| Octal | 103 | 24 | 72 | 0 | 106 | 15 | 112 | 467 | 66 | 21 |
| Binary | 1000011 | 10100 | 111010 | 0 | 1000110 | 1101 | 1001010 | 100110111 | 110110 | 10001 |
Color Harmonies of #43143A
Complementary color
Monochromatic Colors of #43143A
Black with #43143A
Text Example
Text Example
White with #43143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43143A; }
p { color: rgb(67,20,58); }
H1.HeaderClassName
{
color: #43143A;
}
.AnyTagClassName
{
color: #43143A;
}
</style>
background-color css
<style>
a { background-color: #43143A; }
a { background-color: rgb(67,20,58); }
div.DivClassName
{
background-color: #43143A;
}
.BgClassName
{
background-color: #43143A;
}
</style>
border-color css
<style>
span { border-color: #43143A; }
span { border-color: rgb(67,20,58); }
td.TdClassName
{
border-color: #43143A;
}
.TagClassName
{
border-color: #43143A;
}
</style>