Shades of Blackberry #430D2B
Tints of Blackberry #430D2B
RGB
CMYK
RGB Variations
Color information
#430D2B (or 0x430D2B) is known color: Blackberry. HEX triplet: 43, 0D and 2B. RGB value is (67,13,43). Sum of RGB (Red+Green+Blue) = 67+13+43=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #430D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D2B is #BCF2D4. Grayscale: #202020. Windows color (decimal): -12382933 or 2821443. OLE color: 2821443.
HSL color Cylindrical-coordinate representation of color #430D2B: hue angle of 326.67º 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 #430D2B is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 43 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.74 |
| HSL | 326.67º | 0.68% | 0.16% | - |
| HSV(B) | 326.67º | 0.81% | 0.26% | - |
| XYZ | 2.89 | 1.66 | 2.45 | - |
| YUV | 32.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 43 | 0 | 0.81 | 0.36 | 0.74 | 326.67 | 0.68 | 0.16 |
| Hex | 43 | D | 2B | 0 | 51 | 24 | 4A | 147 | 44 | 10 |
| Octal | 103 | 15 | 53 | 0 | 121 | 44 | 112 | 507 | 104 | 20 |
| Binary | 1000011 | 1101 | 101011 | 0 | 1010001 | 100100 | 1001010 | 101000111 | 1000100 | 10000 |
Color Harmonies of #430D2B
Complementary color
Monochromatic Colors of #430D2B
Black with #430D2B
Text Example
Text Example
White with #430D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D2B; }
p { color: rgb(67,13,43); }
H1.HeaderClassName
{
color: #430D2B;
}
.AnyTagClassName
{
color: #430D2B;
}
</style>
background-color css
<style>
a { background-color: #430D2B; }
a { background-color: rgb(67,13,43); }
div.DivClassName
{
background-color: #430D2B;
}
.BgClassName
{
background-color: #430D2B;
}
</style>
border-color css
<style>
span { border-color: #430D2B; }
span { border-color: rgb(67,13,43); }
td.TdClassName
{
border-color: #430D2B;
}
.TagClassName
{
border-color: #430D2B;
}
</style>