Shades of Blackberry #430632
Tints of Blackberry #430632
RGB
CMYK
RGB Variations
Color information
#430632 (or 0x430632) is known color: Blackberry. HEX triplet: 43, 06 and 32. RGB value is (67,6,50). Sum of RGB (Red+Green+Blue) = 67+6+50=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #430632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430632 is #BCF9CD. Grayscale: #1D1D1D. Windows color (decimal): -12384718 or 3278403. OLE color: 3278403.
HSL color Cylindrical-coordinate representation of color #430632: hue angle of 316.72º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430632 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 50 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.74 |
| HSL | 316.72º | 0.84% | 0.14% | - |
| HSV(B) | 316.72º | 0.91% | 0.26% | - |
| XYZ | 2.96 | 1.55 | 3.16 | - |
| YUV | 29.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 50 | 0 | 0.91 | 0.25 | 0.74 | 316.72 | 0.84 | 0.14 |
| Hex | 43 | 6 | 32 | 0 | 5B | 19 | 4A | 13D | 54 | E |
| Octal | 103 | 6 | 62 | 0 | 133 | 31 | 112 | 475 | 124 | 16 |
| Binary | 1000011 | 110 | 110010 | 0 | 1011011 | 11001 | 1001010 | 100111101 | 1010100 | 1110 |
Color Harmonies of #430632
Complementary color
Monochromatic Colors of #430632
Black with #430632
Text Example
Text Example
White with #430632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430632; }
p { color: rgb(67,6,50); }
H1.HeaderClassName
{
color: #430632;
}
.AnyTagClassName
{
color: #430632;
}
</style>
background-color css
<style>
a { background-color: #430632; }
a { background-color: rgb(67,6,50); }
div.DivClassName
{
background-color: #430632;
}
.BgClassName
{
background-color: #430632;
}
</style>
border-color css
<style>
span { border-color: #430632; }
span { border-color: rgb(67,6,50); }
td.TdClassName
{
border-color: #430632;
}
.TagClassName
{
border-color: #430632;
}
</style>