Shades of Blackberry #430D2A
Tints of Blackberry #430D2A
RGB
CMYK
RGB Variations
Color information
#430D2A (or 0x430D2A) is known color: Blackberry. HEX triplet: 43, 0D and 2A. RGB value is (67,13,42). Sum of RGB (Red+Green+Blue) = 67+13+42=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #430D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D2A is #BCF2D5. Grayscale: #202020. Windows color (decimal): -12382934 or 2755907. OLE color: 2755907.
HSL color Cylindrical-coordinate representation of color #430D2A: hue angle of 327.78º 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 #430D2A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 42 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.74 |
| HSL | 327.78º | 0.68% | 0.16% | - |
| HSV(B) | 327.78º | 0.81% | 0.26% | - |
| XYZ | 2.88 | 1.65 | 2.36 | - |
| YUV | 32.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 42 | 0 | 0.81 | 0.37 | 0.74 | 327.78 | 0.68 | 0.16 |
| Hex | 43 | D | 2A | 0 | 51 | 25 | 4A | 148 | 44 | 10 |
| Octal | 103 | 15 | 52 | 0 | 121 | 45 | 112 | 510 | 104 | 20 |
| Binary | 1000011 | 1101 | 101010 | 0 | 1010001 | 100101 | 1001010 | 101001000 | 1000100 | 10000 |
Color Harmonies of #430D2A
Complementary color
Monochromatic Colors of #430D2A
Black with #430D2A
Text Example
Text Example
White with #430D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D2A; }
p { color: rgb(67,13,42); }
H1.HeaderClassName
{
color: #430D2A;
}
.AnyTagClassName
{
color: #430D2A;
}
</style>
background-color css
<style>
a { background-color: #430D2A; }
a { background-color: rgb(67,13,42); }
div.DivClassName
{
background-color: #430D2A;
}
.BgClassName
{
background-color: #430D2A;
}
</style>
border-color css
<style>
span { border-color: #430D2A; }
span { border-color: rgb(67,13,42); }
td.TdClassName
{
border-color: #430D2A;
}
.TagClassName
{
border-color: #430D2A;
}
</style>