Shades of Blackberry #430D29
Tints of Blackberry #430D29
RGB
CMYK
RGB Variations
Color information
#430D29 (or 0x430D29) is known color: Blackberry. HEX triplet: 43, 0D and 29. RGB value is (67,13,41). Sum of RGB (Red+Green+Blue) = 67+13+41=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #430D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D29 is #BCF2D6. Grayscale: #202020. Windows color (decimal): -12382935 or 2690371. OLE color: 2690371.
HSL color Cylindrical-coordinate representation of color #430D29: hue angle of 328.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D29 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 41 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.74 |
| HSL | 328.89º | 0.68% | 0.16% | - |
| HSV(B) | 328.89º | 0.81% | 0.26% | - |
| XYZ | 2.86 | 1.64 | 2.26 | - |
| YUV | 32.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 41 | 0 | 0.81 | 0.39 | 0.74 | 328.89 | 0.68 | 0.16 |
| Hex | 43 | D | 29 | 0 | 51 | 27 | 4A | 149 | 44 | 10 |
| Octal | 103 | 15 | 51 | 0 | 121 | 47 | 112 | 511 | 104 | 20 |
| Binary | 1000011 | 1101 | 101001 | 0 | 1010001 | 100111 | 1001010 | 101001001 | 1000100 | 10000 |
Color Harmonies of #430D29
Complementary color
Monochromatic Colors of #430D29
Black with #430D29
Text Example
Text Example
White with #430D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D29; }
p { color: rgb(67,13,41); }
H1.HeaderClassName
{
color: #430D29;
}
.AnyTagClassName
{
color: #430D29;
}
</style>
background-color css
<style>
a { background-color: #430D29; }
a { background-color: rgb(67,13,41); }
div.DivClassName
{
background-color: #430D29;
}
.BgClassName
{
background-color: #430D29;
}
</style>
border-color css
<style>
span { border-color: #430D29; }
span { border-color: rgb(67,13,41); }
td.TdClassName
{
border-color: #430D29;
}
.TagClassName
{
border-color: #430D29;
}
</style>