Shades of Blackberry #430E37
Tints of Blackberry #430E37
RGB
CMYK
RGB Variations
Color information
#430E37 (or 0x430E37) is known color: Blackberry. HEX triplet: 43, 0E and 37. RGB value is (67,14,55). Sum of RGB (Red+Green+Blue) = 67+14+55=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #430E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E37 is #BCF1C8. Grayscale: #222222. Windows color (decimal): -12382665 or 3608131. OLE color: 3608131.
HSL color Cylindrical-coordinate representation of color #430E37: hue angle of 313.58º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E37 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 55 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.74 |
| HSL | 313.58º | 0.65% | 0.16% | - |
| HSV(B) | 313.58º | 0.79% | 0.26% | - |
| XYZ | 3.16 | 1.78 | 3.79 | - |
| YUV | 34.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 55 | 0 | 0.79 | 0.18 | 0.74 | 313.58 | 0.65 | 0.16 |
| Hex | 43 | E | 37 | 0 | 4F | 12 | 4A | 13A | 41 | 10 |
| Octal | 103 | 16 | 67 | 0 | 117 | 22 | 112 | 472 | 101 | 20 |
| Binary | 1000011 | 1110 | 110111 | 0 | 1001111 | 10010 | 1001010 | 100111010 | 1000001 | 10000 |
Color Harmonies of #430E37
Complementary color
Monochromatic Colors of #430E37
Black with #430E37
Text Example
Text Example
White with #430E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E37; }
p { color: rgb(67,14,55); }
H1.HeaderClassName
{
color: #430E37;
}
.AnyTagClassName
{
color: #430E37;
}
</style>
background-color css
<style>
a { background-color: #430E37; }
a { background-color: rgb(67,14,55); }
div.DivClassName
{
background-color: #430E37;
}
.BgClassName
{
background-color: #430E37;
}
</style>
border-color css
<style>
span { border-color: #430E37; }
span { border-color: rgb(67,14,55); }
td.TdClassName
{
border-color: #430E37;
}
.TagClassName
{
border-color: #430E37;
}
</style>