Shades of Blackberry #430139
Tints of Blackberry #430139
RGB
CMYK
RGB Variations
Color information
#430139 (or 0x430139) is known color: Blackberry. HEX triplet: 43, 01 and 39. RGB value is (67,1,57). Sum of RGB (Red+Green+Blue) = 67+1+57=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430139 is #BCFEC6. Grayscale: #1A1A1A. Windows color (decimal): -12385991 or 3735875. OLE color: 3735875.
HSL color Cylindrical-coordinate representation of color #430139: hue angle of 309.09º 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 #430139 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.74 |
| HSL | 309.09º | 0.97% | 0.13% | - |
| HSV(B) | 309.09º | 0.99% | 0.26% | - |
| XYZ | 3.06 | 1.51 | 4 | - |
| YUV | 27.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 57 | 0 | 0.99 | 0.15 | 0.74 | 309.09 | 0.97 | 0.13 |
| Hex | 43 | 1 | 39 | 0 | 63 | F | 4A | 135 | 61 | D |
| Octal | 103 | 1 | 71 | 0 | 143 | 17 | 112 | 465 | 141 | 15 |
| Binary | 1000011 | 1 | 111001 | 0 | 1100011 | 1111 | 1001010 | 100110101 | 1100001 | 1101 |
Color Harmonies of #430139
Complementary color
Monochromatic Colors of #430139
Black with #430139
Text Example
Text Example
White with #430139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430139; }
p { color: rgb(67,1,57); }
H1.HeaderClassName
{
color: #430139;
}
.AnyTagClassName
{
color: #430139;
}
</style>
background-color css
<style>
a { background-color: #430139; }
a { background-color: rgb(67,1,57); }
div.DivClassName
{
background-color: #430139;
}
.BgClassName
{
background-color: #430139;
}
</style>
border-color css
<style>
span { border-color: #430139; }
span { border-color: rgb(67,1,57); }
td.TdClassName
{
border-color: #430139;
}
.TagClassName
{
border-color: #430139;
}
</style>