Shades of Blackberry #431B34
Tints of Blackberry #431B34
RGB
CMYK
RGB Variations
Color information
#431B34 (or 0x431B34) is known color: Blackberry. HEX triplet: 43, 1B and 34. RGB value is (67,27,52). Sum of RGB (Red+Green+Blue) = 67+27+52=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #431B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B34 is #BCE4CB. Grayscale: #292929. Windows color (decimal): -12379340 or 3414851. OLE color: 3414851.
HSL color Cylindrical-coordinate representation of color #431B34: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B34 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 52 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.74 |
| HSL | 322.5º | 0.43% | 0.18% | - |
| HSV(B) | 322.5º | 0.6% | 0.26% | - |
| XYZ | 3.33 | 2.23 | 3.5 | - |
| YUV | 41.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 52 | 0 | 0.60 | 0.22 | 0.74 | 322.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 34 | 0 | 3C | 16 | 4A | 142 | 2B | 12 |
| Octal | 103 | 33 | 64 | 0 | 74 | 26 | 112 | 502 | 53 | 22 |
| Binary | 1000011 | 11011 | 110100 | 0 | 111100 | 10110 | 1001010 | 101000010 | 101011 | 10010 |
Color Harmonies of #431B34
Complementary color
Monochromatic Colors of #431B34
Black with #431B34
Text Example
Text Example
White with #431B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B34; }
p { color: rgb(67,27,52); }
H1.HeaderClassName
{
color: #431B34;
}
.AnyTagClassName
{
color: #431B34;
}
</style>
background-color css
<style>
a { background-color: #431B34; }
a { background-color: rgb(67,27,52); }
div.DivClassName
{
background-color: #431B34;
}
.BgClassName
{
background-color: #431B34;
}
</style>
border-color css
<style>
span { border-color: #431B34; }
span { border-color: rgb(67,27,52); }
td.TdClassName
{
border-color: #431B34;
}
.TagClassName
{
border-color: #431B34;
}
</style>