Shades of Blackberry #430E34
Tints of Blackberry #430E34
RGB
CMYK
RGB Variations
Color information
#430E34 (or 0x430E34) is known color: Blackberry. HEX triplet: 43, 0E and 34. RGB value is (67,14,52). Sum of RGB (Red+Green+Blue) = 67+14+52=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #430E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E34 is #BCF1CB. Grayscale: #222222. Windows color (decimal): -12382668 or 3411523. OLE color: 3411523.
HSL color Cylindrical-coordinate representation of color #430E34: hue angle of 316.98º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E34 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 52 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.74 |
| HSL | 316.98º | 0.65% | 0.16% | - |
| HSV(B) | 316.98º | 0.79% | 0.26% | - |
| XYZ | 3.09 | 1.76 | 3.42 | - |
| YUV | 34.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 52 | 0 | 0.79 | 0.22 | 0.74 | 316.98 | 0.65 | 0.16 |
| Hex | 43 | E | 34 | 0 | 4F | 16 | 4A | 13D | 41 | 10 |
| Octal | 103 | 16 | 64 | 0 | 117 | 26 | 112 | 475 | 101 | 20 |
| Binary | 1000011 | 1110 | 110100 | 0 | 1001111 | 10110 | 1001010 | 100111101 | 1000001 | 10000 |
Color Harmonies of #430E34
Complementary color
Monochromatic Colors of #430E34
Black with #430E34
Text Example
Text Example
White with #430E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E34; }
p { color: rgb(67,14,52); }
H1.HeaderClassName
{
color: #430E34;
}
.AnyTagClassName
{
color: #430E34;
}
</style>
background-color css
<style>
a { background-color: #430E34; }
a { background-color: rgb(67,14,52); }
div.DivClassName
{
background-color: #430E34;
}
.BgClassName
{
background-color: #430E34;
}
</style>
border-color css
<style>
span { border-color: #430E34; }
span { border-color: rgb(67,14,52); }
td.TdClassName
{
border-color: #430E34;
}
.TagClassName
{
border-color: #430E34;
}
</style>