Shades of Blackberry #430036
Tints of Blackberry #430036
RGB
CMYK
RGB Variations
Color information
#430036 (or 0x430036) is known color: Blackberry. HEX triplet: 43, 00 and 36. RGB value is (67,0,54). Sum of RGB (Red+Green+Blue) = 67+0+54=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #430036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430036 is #BCFFC9. Grayscale: #1A1A1A. Windows color (decimal): -12386250 or 3539011. OLE color: 3539011.
HSL color Cylindrical-coordinate representation of color #430036: hue angle of 311.64º 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 #430036 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.19 | 0.74 |
| HSL | 311.64º | 1% | 0.13% | - |
| HSV(B) | 311.64º | 1% | 0.26% | - |
| XYZ | 2.98 | 1.46 | 3.61 | - |
| YUV | 26.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 54 | 0 | 1 | 0.19 | 0.74 | 311.64 | 1 | 0.13 |
| Hex | 43 | 0 | 36 | 0 | 64 | 13 | 4A | 138 | 64 | D |
| Octal | 103 | 0 | 66 | 0 | 144 | 23 | 112 | 470 | 144 | 15 |
| Binary | 1000011 | 0 | 110110 | 0 | 1100100 | 10011 | 1001010 | 100111000 | 1100100 | 1101 |
Color Harmonies of #430036
Complementary color
Monochromatic Colors of #430036
Black with #430036
Text Example
Text Example
White with #430036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430036; }
p { color: rgb(67,0,54); }
H1.HeaderClassName
{
color: #430036;
}
.AnyTagClassName
{
color: #430036;
}
</style>
background-color css
<style>
a { background-color: #430036; }
a { background-color: rgb(67,0,54); }
div.DivClassName
{
background-color: #430036;
}
.BgClassName
{
background-color: #430036;
}
</style>
border-color css
<style>
span { border-color: #430036; }
span { border-color: rgb(67,0,54); }
td.TdClassName
{
border-color: #430036;
}
.TagClassName
{
border-color: #430036;
}
</style>