Shades of Blackberry #430B33
Tints of Blackberry #430B33
RGB
CMYK
RGB Variations
Color information
#430B33 (or 0x430B33) is known color: Blackberry. HEX triplet: 43, 0B and 33. RGB value is (67,11,51). Sum of RGB (Red+Green+Blue) = 67+11+51=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #430B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B33 is #BCF4CC. Grayscale: #202020. Windows color (decimal): -12383437 or 3345219. OLE color: 3345219.
HSL color Cylindrical-coordinate representation of color #430B33: hue angle of 317.14º 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 #430B33 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 51 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.74 |
| HSL | 317.14º | 0.72% | 0.15% | - |
| HSV(B) | 317.14º | 0.84% | 0.26% | - |
| XYZ | 3.03 | 1.67 | 3.29 | - |
| YUV | 32.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 51 | 0 | 0.84 | 0.24 | 0.74 | 317.14 | 0.72 | 0.15 |
| Hex | 43 | B | 33 | 0 | 54 | 18 | 4A | 13D | 48 | F |
| Octal | 103 | 13 | 63 | 0 | 124 | 30 | 112 | 475 | 110 | 17 |
| Binary | 1000011 | 1011 | 110011 | 0 | 1010100 | 11000 | 1001010 | 100111101 | 1001000 | 1111 |
Color Harmonies of #430B33
Complementary color
Monochromatic Colors of #430B33
Black with #430B33
Text Example
Text Example
White with #430B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B33; }
p { color: rgb(67,11,51); }
H1.HeaderClassName
{
color: #430B33;
}
.AnyTagClassName
{
color: #430B33;
}
</style>
background-color css
<style>
a { background-color: #430B33; }
a { background-color: rgb(67,11,51); }
div.DivClassName
{
background-color: #430B33;
}
.BgClassName
{
background-color: #430B33;
}
</style>
border-color css
<style>
span { border-color: #430B33; }
span { border-color: rgb(67,11,51); }
td.TdClassName
{
border-color: #430B33;
}
.TagClassName
{
border-color: #430B33;
}
</style>