Shades of Blackberry #430F2F
Tints of Blackberry #430F2F
RGB
CMYK
RGB Variations
Color information
#430F2F (or 0x430F2F) is known color: Blackberry. HEX triplet: 43, 0F and 2F. RGB value is (67,15,47). Sum of RGB (Red+Green+Blue) = 67+15+47=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #430F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F2F is #BCF0D0. Grayscale: #222222. Windows color (decimal): -12382417 or 3084099. OLE color: 3084099.
HSL color Cylindrical-coordinate representation of color #430F2F: hue angle of 323.08º 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 #430F2F is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 47 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.74 |
| HSL | 323.08º | 0.63% | 0.16% | - |
| HSV(B) | 323.08º | 0.78% | 0.26% | - |
| XYZ | 3 | 1.74 | 2.87 | - |
| YUV | 34.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 47 | 0 | 0.78 | 0.30 | 0.74 | 323.08 | 0.63 | 0.16 |
| Hex | 43 | F | 2F | 0 | 4E | 1E | 4A | 143 | 3F | 10 |
| Octal | 103 | 17 | 57 | 0 | 116 | 36 | 112 | 503 | 77 | 20 |
| Binary | 1000011 | 1111 | 101111 | 0 | 1001110 | 11110 | 1001010 | 101000011 | 111111 | 10000 |
Color Harmonies of #430F2F
Complementary color
Monochromatic Colors of #430F2F
Black with #430F2F
Text Example
Text Example
White with #430F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F2F; }
p { color: rgb(67,15,47); }
H1.HeaderClassName
{
color: #430F2F;
}
.AnyTagClassName
{
color: #430F2F;
}
</style>
background-color css
<style>
a { background-color: #430F2F; }
a { background-color: rgb(67,15,47); }
div.DivClassName
{
background-color: #430F2F;
}
.BgClassName
{
background-color: #430F2F;
}
</style>
border-color css
<style>
span { border-color: #430F2F; }
span { border-color: rgb(67,15,47); }
td.TdClassName
{
border-color: #430F2F;
}
.TagClassName
{
border-color: #430F2F;
}
</style>