Shades of Blackberry #43152B
Tints of Blackberry #43152B
RGB
CMYK
RGB Variations
Color information
#43152B (or 0x43152B) is known color: Blackberry. HEX triplet: 43, 15 and 2B. RGB value is (67,21,43). Sum of RGB (Red+Green+Blue) = 67+21+43=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43152B is #BCEAD4. Grayscale: #252525. Windows color (decimal): -12380885 or 2823491. OLE color: 2823491.
HSL color Cylindrical-coordinate representation of color #43152B: hue angle of 331.3º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43152B is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 43 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.74 |
| HSL | 331.3º | 0.52% | 0.17% | - |
| HSV(B) | 331.3º | 0.69% | 0.26% | - |
| XYZ | 3.02 | 1.9 | 2.49 | - |
| YUV | 37.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 43 | 0 | 0.69 | 0.36 | 0.74 | 331.3 | 0.52 | 0.17 |
| Hex | 43 | 15 | 2B | 0 | 45 | 24 | 4A | 14B | 34 | 11 |
| Octal | 103 | 25 | 53 | 0 | 105 | 44 | 112 | 513 | 64 | 21 |
| Binary | 1000011 | 10101 | 101011 | 0 | 1000101 | 100100 | 1001010 | 101001011 | 110100 | 10001 |
Color Harmonies of #43152B
Complementary color
Monochromatic Colors of #43152B
Black with #43152B
Text Example
Text Example
White with #43152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43152B; }
p { color: rgb(67,21,43); }
H1.HeaderClassName
{
color: #43152B;
}
.AnyTagClassName
{
color: #43152B;
}
</style>
background-color css
<style>
a { background-color: #43152B; }
a { background-color: rgb(67,21,43); }
div.DivClassName
{
background-color: #43152B;
}
.BgClassName
{
background-color: #43152B;
}
</style>
border-color css
<style>
span { border-color: #43152B; }
span { border-color: rgb(67,21,43); }
td.TdClassName
{
border-color: #43152B;
}
.TagClassName
{
border-color: #43152B;
}
</style>