Shades of Blackberry #430933
Tints of Blackberry #430933
RGB
CMYK
RGB Variations
Color information
#430933 (or 0x430933) is known color: Blackberry. HEX triplet: 43, 09 and 33. RGB value is (67,9,51). Sum of RGB (Red+Green+Blue) = 67+9+51=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #430933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430933 is #BCF6CC. Grayscale: #1F1F1F. Windows color (decimal): -12383949 or 3344707. OLE color: 3344707.
HSL color Cylindrical-coordinate representation of color #430933: hue angle of 316.55º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430933 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 9 | 51 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.74 |
| HSL | 316.55º | 0.76% | 0.15% | - |
| HSV(B) | 316.55º | 0.87% | 0.26% | - |
| XYZ | 3.01 | 1.63 | 3.29 | - |
| YUV | 31.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 51 | 0 | 0.87 | 0.24 | 0.74 | 316.55 | 0.76 | 0.15 |
| Hex | 43 | 9 | 33 | 0 | 57 | 18 | 4A | 13D | 4C | F |
| Octal | 103 | 11 | 63 | 0 | 127 | 30 | 112 | 475 | 114 | 17 |
| Binary | 1000011 | 1001 | 110011 | 0 | 1010111 | 11000 | 1001010 | 100111101 | 1001100 | 1111 |
Color Harmonies of #430933
Complementary color
Monochromatic Colors of #430933
Black with #430933
Text Example
Text Example
White with #430933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430933; }
p { color: rgb(67,9,51); }
H1.HeaderClassName
{
color: #430933;
}
.AnyTagClassName
{
color: #430933;
}
</style>
background-color css
<style>
a { background-color: #430933; }
a { background-color: rgb(67,9,51); }
div.DivClassName
{
background-color: #430933;
}
.BgClassName
{
background-color: #430933;
}
</style>
border-color css
<style>
span { border-color: #430933; }
span { border-color: rgb(67,9,51); }
td.TdClassName
{
border-color: #430933;
}
.TagClassName
{
border-color: #430933;
}
</style>