Shades of Blackberry #43132B
Tints of Blackberry #43132B
RGB
CMYK
RGB Variations
Color information
#43132B (or 0x43132B) is known color: Blackberry. HEX triplet: 43, 13 and 2B. RGB value is (67,19,43). Sum of RGB (Red+Green+Blue) = 67+19+43=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43132B is #BCECD4. Grayscale: #242424. Windows color (decimal): -12381397 or 2822979. OLE color: 2822979.
HSL color Cylindrical-coordinate representation of color #43132B: hue angle of 330º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43132B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 43 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.74 |
| HSL | 330º | 0.56% | 0.17% | - |
| HSV(B) | 330º | 0.72% | 0.26% | - |
| XYZ | 2.98 | 1.83 | 2.48 | - |
| YUV | 36.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 43 | 0 | 0.72 | 0.36 | 0.74 | 330 | 0.56 | 0.17 |
| Hex | 43 | 13 | 2B | 0 | 48 | 24 | 4A | 14A | 38 | 11 |
| Octal | 103 | 23 | 53 | 0 | 110 | 44 | 112 | 512 | 70 | 21 |
| Binary | 1000011 | 10011 | 101011 | 0 | 1001000 | 100100 | 1001010 | 101001010 | 111000 | 10001 |
Color Harmonies of #43132B
Complementary color
Monochromatic Colors of #43132B
Black with #43132B
Text Example
Text Example
White with #43132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43132B; }
p { color: rgb(67,19,43); }
H1.HeaderClassName
{
color: #43132B;
}
.AnyTagClassName
{
color: #43132B;
}
</style>
background-color css
<style>
a { background-color: #43132B; }
a { background-color: rgb(67,19,43); }
div.DivClassName
{
background-color: #43132B;
}
.BgClassName
{
background-color: #43132B;
}
</style>
border-color css
<style>
span { border-color: #43132B; }
span { border-color: rgb(67,19,43); }
td.TdClassName
{
border-color: #43132B;
}
.TagClassName
{
border-color: #43132B;
}
</style>