Shades of Blackberry #43002E
Tints of Blackberry #43002E
RGB
CMYK
RGB Variations
Color information
#43002E (or 0x43002E) is known color: Blackberry. HEX triplet: 43, 00 and 2E. RGB value is (67,0,46). Sum of RGB (Red+Green+Blue) = 67+0+46=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #43002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43002E is #BCFFD1. Grayscale: #191919. Windows color (decimal): -12386258 or 3014723. OLE color: 3014723.
HSL color Cylindrical-coordinate representation of color #43002E: hue angle of 318.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43002E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.31 | 0.74 |
| HSL | 318.81º | 1% | 0.13% | - |
| HSV(B) | 318.81º | 1% | 0.26% | - |
| XYZ | 2.81 | 1.39 | 2.71 | - |
| YUV | 25.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 46 | 0 | 1 | 0.31 | 0.74 | 318.81 | 1 | 0.13 |
| Hex | 43 | 0 | 2E | 0 | 64 | 1F | 4A | 13F | 64 | D |
| Octal | 103 | 0 | 56 | 0 | 144 | 37 | 112 | 477 | 144 | 15 |
| Binary | 1000011 | 0 | 101110 | 0 | 1100100 | 11111 | 1001010 | 100111111 | 1100100 | 1101 |
Color Harmonies of #43002E
Complementary color
Monochromatic Colors of #43002E
Black with #43002E
Text Example
Text Example
White with #43002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43002E; }
p { color: rgb(67,0,46); }
H1.HeaderClassName
{
color: #43002E;
}
.AnyTagClassName
{
color: #43002E;
}
</style>
background-color css
<style>
a { background-color: #43002E; }
a { background-color: rgb(67,0,46); }
div.DivClassName
{
background-color: #43002E;
}
.BgClassName
{
background-color: #43002E;
}
</style>
border-color css
<style>
span { border-color: #43002E; }
span { border-color: rgb(67,0,46); }
td.TdClassName
{
border-color: #43002E;
}
.TagClassName
{
border-color: #43002E;
}
</style>