Shades of Blackberry #430D32
Tints of Blackberry #430D32
RGB
CMYK
RGB Variations
Color information
#430D32 (or 0x430D32) is known color: Blackberry. HEX triplet: 43, 0D and 32. RGB value is (67,13,50). Sum of RGB (Red+Green+Blue) = 67+13+50=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #430D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D32 is #BCF2CD. Grayscale: #212121. Windows color (decimal): -12382926 or 3280195. OLE color: 3280195.
HSL color Cylindrical-coordinate representation of color #430D32: hue angle of 318.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 #430D32 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 50 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.74 |
| HSL | 318.89º | 0.68% | 0.16% | - |
| HSV(B) | 318.89º | 0.81% | 0.26% | - |
| XYZ | 3.03 | 1.71 | 3.19 | - |
| YUV | 33.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 50 | 0 | 0.81 | 0.25 | 0.74 | 318.89 | 0.68 | 0.16 |
| Hex | 43 | D | 32 | 0 | 51 | 19 | 4A | 13F | 44 | 10 |
| Octal | 103 | 15 | 62 | 0 | 121 | 31 | 112 | 477 | 104 | 20 |
| Binary | 1000011 | 1101 | 110010 | 0 | 1010001 | 11001 | 1001010 | 100111111 | 1000100 | 10000 |
Color Harmonies of #430D32
Complementary color
Monochromatic Colors of #430D32
Black with #430D32
Text Example
Text Example
White with #430D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D32; }
p { color: rgb(67,13,50); }
H1.HeaderClassName
{
color: #430D32;
}
.AnyTagClassName
{
color: #430D32;
}
</style>
background-color css
<style>
a { background-color: #430D32; }
a { background-color: rgb(67,13,50); }
div.DivClassName
{
background-color: #430D32;
}
.BgClassName
{
background-color: #430D32;
}
</style>
border-color css
<style>
span { border-color: #430D32; }
span { border-color: rgb(67,13,50); }
td.TdClassName
{
border-color: #430D32;
}
.TagClassName
{
border-color: #430D32;
}
</style>