Shades of Blackberry #43013A
Tints of Blackberry #43013A
RGB
CMYK
RGB Variations
Color information
#43013A (or 0x43013A) is known color: Blackberry. HEX triplet: 43, 01 and 3A. RGB value is (67,1,58). Sum of RGB (Red+Green+Blue) = 67+1+58=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #43013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43013A is #BCFEC5. Grayscale: #1B1B1B. Windows color (decimal): -12385990 or 3801411. OLE color: 3801411.
HSL color Cylindrical-coordinate representation of color #43013A: hue angle of 308.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43013A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.74 |
| HSL | 308.18º | 0.97% | 0.13% | - |
| HSV(B) | 308.18º | 0.99% | 0.26% | - |
| XYZ | 3.09 | 1.52 | 4.13 | - |
| YUV | 27.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 58 | 0 | 0.99 | 0.13 | 0.74 | 308.18 | 0.97 | 0.13 |
| Hex | 43 | 1 | 3A | 0 | 63 | D | 4A | 134 | 61 | D |
| Octal | 103 | 1 | 72 | 0 | 143 | 15 | 112 | 464 | 141 | 15 |
| Binary | 1000011 | 1 | 111010 | 0 | 1100011 | 1101 | 1001010 | 100110100 | 1100001 | 1101 |
Color Harmonies of #43013A
Complementary color
Monochromatic Colors of #43013A
Black with #43013A
Text Example
Text Example
White with #43013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43013A; }
p { color: rgb(67,1,58); }
H1.HeaderClassName
{
color: #43013A;
}
.AnyTagClassName
{
color: #43013A;
}
</style>
background-color css
<style>
a { background-color: #43013A; }
a { background-color: rgb(67,1,58); }
div.DivClassName
{
background-color: #43013A;
}
.BgClassName
{
background-color: #43013A;
}
</style>
border-color css
<style>
span { border-color: #43013A; }
span { border-color: rgb(67,1,58); }
td.TdClassName
{
border-color: #43013A;
}
.TagClassName
{
border-color: #43013A;
}
</style>