Shades of Blackberry #430B37
Tints of Blackberry #430B37
RGB
CMYK
RGB Variations
Color information
#430B37 (or 0x430B37) is known color: Blackberry. HEX triplet: 43, 0B and 37. RGB value is (67,11,55). Sum of RGB (Red+Green+Blue) = 67+11+55=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #430B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B37 is #BCF4C8. Grayscale: #202020. Windows color (decimal): -12383433 or 3607363. OLE color: 3607363.
HSL color Cylindrical-coordinate representation of color #430B37: hue angle of 312.86º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B37 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 55 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.74 |
| HSL | 312.86º | 0.72% | 0.15% | - |
| HSV(B) | 312.86º | 0.84% | 0.26% | - |
| XYZ | 3.12 | 1.71 | 3.78 | - |
| YUV | 32.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 55 | 0 | 0.84 | 0.18 | 0.74 | 312.86 | 0.72 | 0.15 |
| Hex | 43 | B | 37 | 0 | 54 | 12 | 4A | 139 | 48 | F |
| Octal | 103 | 13 | 67 | 0 | 124 | 22 | 112 | 471 | 110 | 17 |
| Binary | 1000011 | 1011 | 110111 | 0 | 1010100 | 10010 | 1001010 | 100111001 | 1001000 | 1111 |
Color Harmonies of #430B37
Complementary color
Monochromatic Colors of #430B37
Black with #430B37
Text Example
Text Example
White with #430B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B37; }
p { color: rgb(67,11,55); }
H1.HeaderClassName
{
color: #430B37;
}
.AnyTagClassName
{
color: #430B37;
}
</style>
background-color css
<style>
a { background-color: #430B37; }
a { background-color: rgb(67,11,55); }
div.DivClassName
{
background-color: #430B37;
}
.BgClassName
{
background-color: #430B37;
}
</style>
border-color css
<style>
span { border-color: #430B37; }
span { border-color: rgb(67,11,55); }
td.TdClassName
{
border-color: #430B37;
}
.TagClassName
{
border-color: #430B37;
}
</style>