Shades of Blackberry #430D2E
Tints of Blackberry #430D2E
RGB
CMYK
RGB Variations
Color information
#430D2E (or 0x430D2E) is known color: Blackberry. HEX triplet: 43, 0D and 2E. RGB value is (67,13,46). Sum of RGB (Red+Green+Blue) = 67+13+46=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #430D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D2E is #BCF2D1. Grayscale: #202020. Windows color (decimal): -12382930 or 3018051. OLE color: 3018051.
HSL color Cylindrical-coordinate representation of color #430D2E: hue angle of 323.33º 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 #430D2E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 46 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.74 |
| HSL | 323.33º | 0.68% | 0.16% | - |
| HSV(B) | 323.33º | 0.81% | 0.26% | - |
| XYZ | 2.95 | 1.68 | 2.75 | - |
| YUV | 32.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 46 | 0 | 0.81 | 0.31 | 0.74 | 323.33 | 0.68 | 0.16 |
| Hex | 43 | D | 2E | 0 | 51 | 1F | 4A | 143 | 44 | 10 |
| Octal | 103 | 15 | 56 | 0 | 121 | 37 | 112 | 503 | 104 | 20 |
| Binary | 1000011 | 1101 | 101110 | 0 | 1010001 | 11111 | 1001010 | 101000011 | 1000100 | 10000 |
Color Harmonies of #430D2E
Complementary color
Monochromatic Colors of #430D2E
Black with #430D2E
Text Example
Text Example
White with #430D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D2E; }
p { color: rgb(67,13,46); }
H1.HeaderClassName
{
color: #430D2E;
}
.AnyTagClassName
{
color: #430D2E;
}
</style>
background-color css
<style>
a { background-color: #430D2E; }
a { background-color: rgb(67,13,46); }
div.DivClassName
{
background-color: #430D2E;
}
.BgClassName
{
background-color: #430D2E;
}
</style>
border-color css
<style>
span { border-color: #430D2E; }
span { border-color: rgb(67,13,46); }
td.TdClassName
{
border-color: #430D2E;
}
.TagClassName
{
border-color: #430D2E;
}
</style>