Shades of Blackberry #430039
Tints of Blackberry #430039
RGB
CMYK
RGB Variations
Color information
#430039 (or 0x430039) is known color: Blackberry. HEX triplet: 43, 00 and 39. RGB value is (67,0,57). Sum of RGB (Red+Green+Blue) = 67+0+57=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #430039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430039 is #BCFFC6. Grayscale: #1A1A1A. Windows color (decimal): -12386247 or 3735619. OLE color: 3735619.
HSL color Cylindrical-coordinate representation of color #430039: hue angle of 308.96º 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 #430039 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.15 | 0.74 |
| HSL | 308.96º | 1% | 0.13% | - |
| HSV(B) | 308.96º | 1% | 0.26% | - |
| XYZ | 3.05 | 1.49 | 4 | - |
| YUV | 26.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 57 | 0 | 1 | 0.15 | 0.74 | 308.96 | 1 | 0.13 |
| Hex | 43 | 0 | 39 | 0 | 64 | F | 4A | 135 | 64 | D |
| Octal | 103 | 0 | 71 | 0 | 144 | 17 | 112 | 465 | 144 | 15 |
| Binary | 1000011 | 0 | 111001 | 0 | 1100100 | 1111 | 1001010 | 100110101 | 1100100 | 1101 |
Color Harmonies of #430039
Complementary color
Monochromatic Colors of #430039
Black with #430039
Text Example
Text Example
White with #430039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430039; }
p { color: rgb(67,0,57); }
H1.HeaderClassName
{
color: #430039;
}
.AnyTagClassName
{
color: #430039;
}
</style>
background-color css
<style>
a { background-color: #430039; }
a { background-color: rgb(67,0,57); }
div.DivClassName
{
background-color: #430039;
}
.BgClassName
{
background-color: #430039;
}
</style>
border-color css
<style>
span { border-color: #430039; }
span { border-color: rgb(67,0,57); }
td.TdClassName
{
border-color: #430039;
}
.TagClassName
{
border-color: #430039;
}
</style>