Shades of Blackberry #431734
Tints of Blackberry #431734
RGB
CMYK
RGB Variations
Color information
#431734 (or 0x431734) is known color: Blackberry. HEX triplet: 43, 17 and 34. RGB value is (67,23,52). Sum of RGB (Red+Green+Blue) = 67+23+52=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #431734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431734 is #BCE8CB. Grayscale: #272727. Windows color (decimal): -12380364 or 3413827. OLE color: 3413827.
HSL color Cylindrical-coordinate representation of color #431734: hue angle of 320.45º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431734 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 52 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.74 |
| HSL | 320.45º | 0.49% | 0.18% | - |
| HSV(B) | 320.45º | 0.66% | 0.26% | - |
| XYZ | 3.24 | 2.05 | 3.47 | - |
| YUV | 39.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 52 | 0 | 0.66 | 0.22 | 0.74 | 320.45 | 0.49 | 0.18 |
| Hex | 43 | 17 | 34 | 0 | 42 | 16 | 4A | 140 | 31 | 12 |
| Octal | 103 | 27 | 64 | 0 | 102 | 26 | 112 | 500 | 61 | 22 |
| Binary | 1000011 | 10111 | 110100 | 0 | 1000010 | 10110 | 1001010 | 101000000 | 110001 | 10010 |
Color Harmonies of #431734
Complementary color
Monochromatic Colors of #431734
Black with #431734
Text Example
Text Example
White with #431734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431734; }
p { color: rgb(67,23,52); }
H1.HeaderClassName
{
color: #431734;
}
.AnyTagClassName
{
color: #431734;
}
</style>
background-color css
<style>
a { background-color: #431734; }
a { background-color: rgb(67,23,52); }
div.DivClassName
{
background-color: #431734;
}
.BgClassName
{
background-color: #431734;
}
</style>
border-color css
<style>
span { border-color: #431734; }
span { border-color: rgb(67,23,52); }
td.TdClassName
{
border-color: #431734;
}
.TagClassName
{
border-color: #431734;
}
</style>