Shades of Blackberry #43031D
Tints of Blackberry #43031D
RGB
CMYK
RGB Variations
Color information
#43031D (or 0x43031D) is known color: Blackberry. HEX triplet: 43, 03 and 1D. RGB value is (67,3,29). Sum of RGB (Red+Green+Blue) = 67+3+29=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #43031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43031D is #BCFCE2. Grayscale: #191919. Windows color (decimal): -12385507 or 1901379. OLE color: 1901379.
HSL color Cylindrical-coordinate representation of color #43031D: hue angle of 335.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43031D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 29 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.74 |
| HSL | 335.63º | 0.91% | 0.14% | - |
| HSV(B) | 335.63º | 0.96% | 0.26% | - |
| XYZ | 2.57 | 1.35 | 1.29 | - |
| YUV | 25.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 29 | 0 | 0.96 | 0.57 | 0.74 | 335.63 | 0.91 | 0.14 |
| Hex | 43 | 3 | 1D | 0 | 60 | 39 | 4A | 150 | 5B | E |
| Octal | 103 | 3 | 35 | 0 | 140 | 71 | 112 | 520 | 133 | 16 |
| Binary | 1000011 | 11 | 11101 | 0 | 1100000 | 111001 | 1001010 | 101010000 | 1011011 | 1110 |
Color Harmonies of #43031D
Complementary color
Monochromatic Colors of #43031D
Black with #43031D
Text Example
Text Example
White with #43031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43031D; }
p { color: rgb(67,3,29); }
H1.HeaderClassName
{
color: #43031D;
}
.AnyTagClassName
{
color: #43031D;
}
</style>
background-color css
<style>
a { background-color: #43031D; }
a { background-color: rgb(67,3,29); }
div.DivClassName
{
background-color: #43031D;
}
.BgClassName
{
background-color: #43031D;
}
</style>
border-color css
<style>
span { border-color: #43031D; }
span { border-color: rgb(67,3,29); }
td.TdClassName
{
border-color: #43031D;
}
.TagClassName
{
border-color: #43031D;
}
</style>