Shades of Blackberry #430F2D
Tints of Blackberry #430F2D
RGB
CMYK
RGB Variations
Color information
#430F2D (or 0x430F2D) is known color: Blackberry. HEX triplet: 43, 0F and 2D. RGB value is (67,15,45). Sum of RGB (Red+Green+Blue) = 67+15+45=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #430F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F2D is #BCF0D2. Grayscale: #212121. Windows color (decimal): -12382419 or 2953027. OLE color: 2953027.
HSL color Cylindrical-coordinate representation of color #430F2D: hue angle of 325.38º 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 #430F2D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 45 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.74 |
| HSL | 325.38º | 0.63% | 0.16% | - |
| HSV(B) | 325.38º | 0.78% | 0.26% | - |
| XYZ | 2.96 | 1.72 | 2.66 | - |
| YUV | 33.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 45 | 0 | 0.78 | 0.33 | 0.74 | 325.38 | 0.63 | 0.16 |
| Hex | 43 | F | 2D | 0 | 4E | 21 | 4A | 145 | 3F | 10 |
| Octal | 103 | 17 | 55 | 0 | 116 | 41 | 112 | 505 | 77 | 20 |
| Binary | 1000011 | 1111 | 101101 | 0 | 1001110 | 100001 | 1001010 | 101000101 | 111111 | 10000 |
Color Harmonies of #430F2D
Complementary color
Monochromatic Colors of #430F2D
Black with #430F2D
Text Example
Text Example
White with #430F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F2D; }
p { color: rgb(67,15,45); }
H1.HeaderClassName
{
color: #430F2D;
}
.AnyTagClassName
{
color: #430F2D;
}
</style>
background-color css
<style>
a { background-color: #430F2D; }
a { background-color: rgb(67,15,45); }
div.DivClassName
{
background-color: #430F2D;
}
.BgClassName
{
background-color: #430F2D;
}
</style>
border-color css
<style>
span { border-color: #430F2D; }
span { border-color: rgb(67,15,45); }
td.TdClassName
{
border-color: #430F2D;
}
.TagClassName
{
border-color: #430F2D;
}
</style>