Shades of Blackberry #430F35
Tints of Blackberry #430F35
RGB
CMYK
RGB Variations
Color information
#430F35 (or 0x430F35) is known color: Blackberry. HEX triplet: 43, 0F and 35. RGB value is (67,15,53). Sum of RGB (Red+Green+Blue) = 67+15+53=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #430F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F35 is #BCF0CA. Grayscale: #222222. Windows color (decimal): -12382411 or 3477315. OLE color: 3477315.
HSL color Cylindrical-coordinate representation of color #430F35: hue angle of 316.15º 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 #430F35 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 53 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.74 |
| HSL | 316.15º | 0.63% | 0.16% | - |
| HSV(B) | 316.15º | 0.78% | 0.26% | - |
| XYZ | 3.13 | 1.79 | 3.55 | - |
| YUV | 34.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 53 | 0 | 0.78 | 0.21 | 0.74 | 316.15 | 0.63 | 0.16 |
| Hex | 43 | F | 35 | 0 | 4E | 15 | 4A | 13C | 3F | 10 |
| Octal | 103 | 17 | 65 | 0 | 116 | 25 | 112 | 474 | 77 | 20 |
| Binary | 1000011 | 1111 | 110101 | 0 | 1001110 | 10101 | 1001010 | 100111100 | 111111 | 10000 |
Color Harmonies of #430F35
Complementary color
Monochromatic Colors of #430F35
Black with #430F35
Text Example
Text Example
White with #430F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F35; }
p { color: rgb(67,15,53); }
H1.HeaderClassName
{
color: #430F35;
}
.AnyTagClassName
{
color: #430F35;
}
</style>
background-color css
<style>
a { background-color: #430F35; }
a { background-color: rgb(67,15,53); }
div.DivClassName
{
background-color: #430F35;
}
.BgClassName
{
background-color: #430F35;
}
</style>
border-color css
<style>
span { border-color: #430F35; }
span { border-color: rgb(67,15,53); }
td.TdClassName
{
border-color: #430F35;
}
.TagClassName
{
border-color: #430F35;
}
</style>