Shades of Blackberry #430F34
Tints of Blackberry #430F34
RGB
CMYK
RGB Variations
Color information
#430F34 (or 0x430F34) is known color: Blackberry. HEX triplet: 43, 0F and 34. RGB value is (67,15,52). Sum of RGB (Red+Green+Blue) = 67+15+52=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #430F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F34 is #BCF0CB. Grayscale: #222222. Windows color (decimal): -12382412 or 3411779. OLE color: 3411779.
HSL color Cylindrical-coordinate representation of color #430F34: hue angle of 317.31º 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 #430F34 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 52 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.74 |
| HSL | 317.31º | 0.63% | 0.16% | - |
| HSV(B) | 317.31º | 0.78% | 0.26% | - |
| XYZ | 3.11 | 1.78 | 3.43 | - |
| YUV | 34.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 52 | 0 | 0.78 | 0.22 | 0.74 | 317.31 | 0.63 | 0.16 |
| Hex | 43 | F | 34 | 0 | 4E | 16 | 4A | 13D | 3F | 10 |
| Octal | 103 | 17 | 64 | 0 | 116 | 26 | 112 | 475 | 77 | 20 |
| Binary | 1000011 | 1111 | 110100 | 0 | 1001110 | 10110 | 1001010 | 100111101 | 111111 | 10000 |
Color Harmonies of #430F34
Complementary color
Monochromatic Colors of #430F34
Black with #430F34
Text Example
Text Example
White with #430F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F34; }
p { color: rgb(67,15,52); }
H1.HeaderClassName
{
color: #430F34;
}
.AnyTagClassName
{
color: #430F34;
}
</style>
background-color css
<style>
a { background-color: #430F34; }
a { background-color: rgb(67,15,52); }
div.DivClassName
{
background-color: #430F34;
}
.BgClassName
{
background-color: #430F34;
}
</style>
border-color css
<style>
span { border-color: #430F34; }
span { border-color: rgb(67,15,52); }
td.TdClassName
{
border-color: #430F34;
}
.TagClassName
{
border-color: #430F34;
}
</style>