Shades of Blackberry #430C37
Tints of Blackberry #430C37
RGB
CMYK
RGB Variations
Color information
#430C37 (or 0x430C37) is known color: Blackberry. HEX triplet: 43, 0C and 37. RGB value is (67,12,55). Sum of RGB (Red+Green+Blue) = 67+12+55=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #430C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C37 is #BCF3C8. Grayscale: #212121. Windows color (decimal): -12383177 or 3607619. OLE color: 3607619.
HSL color Cylindrical-coordinate representation of color #430C37: hue angle of 313.09º 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 #430C37 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 55 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.74 |
| HSL | 313.09º | 0.7% | 0.15% | - |
| HSV(B) | 313.09º | 0.82% | 0.26% | - |
| XYZ | 3.14 | 1.73 | 3.78 | - |
| YUV | 33.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 55 | 0 | 0.82 | 0.18 | 0.74 | 313.09 | 0.7 | 0.15 |
| Hex | 43 | C | 37 | 0 | 52 | 12 | 4A | 139 | 46 | F |
| Octal | 103 | 14 | 67 | 0 | 122 | 22 | 112 | 471 | 106 | 17 |
| Binary | 1000011 | 1100 | 110111 | 0 | 1010010 | 10010 | 1001010 | 100111001 | 1000110 | 1111 |
Color Harmonies of #430C37
Complementary color
Monochromatic Colors of #430C37
Black with #430C37
Text Example
Text Example
White with #430C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C37; }
p { color: rgb(67,12,55); }
H1.HeaderClassName
{
color: #430C37;
}
.AnyTagClassName
{
color: #430C37;
}
</style>
background-color css
<style>
a { background-color: #430C37; }
a { background-color: rgb(67,12,55); }
div.DivClassName
{
background-color: #430C37;
}
.BgClassName
{
background-color: #430C37;
}
</style>
border-color css
<style>
span { border-color: #430C37; }
span { border-color: rgb(67,12,55); }
td.TdClassName
{
border-color: #430C37;
}
.TagClassName
{
border-color: #430C37;
}
</style>