Shades of Blackberry #430F37
Tints of Blackberry #430F37
RGB
CMYK
RGB Variations
Color information
#430F37 (or 0x430F37) is known color: Blackberry. HEX triplet: 43, 0F and 37. RGB value is (67,15,55). Sum of RGB (Red+Green+Blue) = 67+15+55=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #430F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F37 is #BCF0C8. Grayscale: #222222. Windows color (decimal): -12382409 or 3608387. OLE color: 3608387.
HSL color Cylindrical-coordinate representation of color #430F37: hue angle of 313.85º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F37 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 55 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.74 |
| HSL | 313.85º | 0.63% | 0.16% | - |
| HSV(B) | 313.85º | 0.78% | 0.26% | - |
| XYZ | 3.18 | 1.81 | 3.8 | - |
| YUV | 35.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 55 | 0 | 0.78 | 0.18 | 0.74 | 313.85 | 0.63 | 0.16 |
| Hex | 43 | F | 37 | 0 | 4E | 12 | 4A | 13A | 3F | 10 |
| Octal | 103 | 17 | 67 | 0 | 116 | 22 | 112 | 472 | 77 | 20 |
| Binary | 1000011 | 1111 | 110111 | 0 | 1001110 | 10010 | 1001010 | 100111010 | 111111 | 10000 |
Color Harmonies of #430F37
Complementary color
Monochromatic Colors of #430F37
Black with #430F37
Text Example
Text Example
White with #430F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F37; }
p { color: rgb(67,15,55); }
H1.HeaderClassName
{
color: #430F37;
}
.AnyTagClassName
{
color: #430F37;
}
</style>
background-color css
<style>
a { background-color: #430F37; }
a { background-color: rgb(67,15,55); }
div.DivClassName
{
background-color: #430F37;
}
.BgClassName
{
background-color: #430F37;
}
</style>
border-color css
<style>
span { border-color: #430F37; }
span { border-color: rgb(67,15,55); }
td.TdClassName
{
border-color: #430F37;
}
.TagClassName
{
border-color: #430F37;
}
</style>