Shades of Blackberry #430C2E
Tints of Blackberry #430C2E
RGB
CMYK
RGB Variations
Color information
#430C2E (or 0x430C2E) is known color: Blackberry. HEX triplet: 43, 0C and 2E. RGB value is (67,12,46). Sum of RGB (Red+Green+Blue) = 67+12+46=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C2E is #BCF3D1. Grayscale: #202020. Windows color (decimal): -12383186 or 3017795. OLE color: 3017795.
HSL color Cylindrical-coordinate representation of color #430C2E: hue angle of 322.91º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C2E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 46 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.74 |
| HSL | 322.91º | 0.7% | 0.15% | - |
| HSV(B) | 322.91º | 0.82% | 0.26% | - |
| XYZ | 2.94 | 1.65 | 2.75 | - |
| YUV | 32.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 46 | 0 | 0.82 | 0.31 | 0.74 | 322.91 | 0.7 | 0.15 |
| Hex | 43 | C | 2E | 0 | 52 | 1F | 4A | 143 | 46 | F |
| Octal | 103 | 14 | 56 | 0 | 122 | 37 | 112 | 503 | 106 | 17 |
| Binary | 1000011 | 1100 | 101110 | 0 | 1010010 | 11111 | 1001010 | 101000011 | 1000110 | 1111 |
Color Harmonies of #430C2E
Complementary color
Monochromatic Colors of #430C2E
Black with #430C2E
Text Example
Text Example
White with #430C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C2E; }
p { color: rgb(67,12,46); }
H1.HeaderClassName
{
color: #430C2E;
}
.AnyTagClassName
{
color: #430C2E;
}
</style>
background-color css
<style>
a { background-color: #430C2E; }
a { background-color: rgb(67,12,46); }
div.DivClassName
{
background-color: #430C2E;
}
.BgClassName
{
background-color: #430C2E;
}
</style>
border-color css
<style>
span { border-color: #430C2E; }
span { border-color: rgb(67,12,46); }
td.TdClassName
{
border-color: #430C2E;
}
.TagClassName
{
border-color: #430C2E;
}
</style>