Shades of Blackberry #430E2B
Tints of Blackberry #430E2B
RGB
CMYK
RGB Variations
Color information
#430E2B (or 0x430E2B) is known color: Blackberry. HEX triplet: 43, 0E and 2B. RGB value is (67,14,43). Sum of RGB (Red+Green+Blue) = 67+14+43=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #430E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E2B is #BCF1D4. Grayscale: #212121. Windows color (decimal): -12382677 or 2821699. OLE color: 2821699.
HSL color Cylindrical-coordinate representation of color #430E2B: hue angle of 327.17º 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 #430E2B is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 43 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.74 |
| HSL | 327.17º | 0.65% | 0.16% | - |
| HSV(B) | 327.17º | 0.79% | 0.26% | - |
| XYZ | 2.91 | 1.68 | 2.46 | - |
| YUV | 33.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 43 | 0 | 0.79 | 0.36 | 0.74 | 327.17 | 0.65 | 0.16 |
| Hex | 43 | E | 2B | 0 | 4F | 24 | 4A | 147 | 41 | 10 |
| Octal | 103 | 16 | 53 | 0 | 117 | 44 | 112 | 507 | 101 | 20 |
| Binary | 1000011 | 1110 | 101011 | 0 | 1001111 | 100100 | 1001010 | 101000111 | 1000001 | 10000 |
Color Harmonies of #430E2B
Complementary color
Monochromatic Colors of #430E2B
Black with #430E2B
Text Example
Text Example
White with #430E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E2B; }
p { color: rgb(67,14,43); }
H1.HeaderClassName
{
color: #430E2B;
}
.AnyTagClassName
{
color: #430E2B;
}
</style>
background-color css
<style>
a { background-color: #430E2B; }
a { background-color: rgb(67,14,43); }
div.DivClassName
{
background-color: #430E2B;
}
.BgClassName
{
background-color: #430E2B;
}
</style>
border-color css
<style>
span { border-color: #430E2B; }
span { border-color: rgb(67,14,43); }
td.TdClassName
{
border-color: #430E2B;
}
.TagClassName
{
border-color: #430E2B;
}
</style>