Shades of Blackberry #320D29
Tints of Blackberry #320D29
RGB
CMYK
RGB Variations
Color information
#320D29 (or 0x320D29) is known color: Blackberry. HEX triplet: 32, 0D and 29. RGB value is (50,13,41). Sum of RGB (Red+Green+Blue) = 50+13+41=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #320D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D29 is #CDF2D6. Grayscale: #1B1B1B. Windows color (decimal): -13497047 or 2690354. OLE color: 2690354.
HSL color Cylindrical-coordinate representation of color #320D29: hue angle of 314.59º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D29 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 41 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.80 |
| HSL | 314.59º | 0.59% | 0.12% | - |
| HSV(B) | 314.59º | 0.74% | 0.2% | - |
| XYZ | 1.86 | 1.13 | 2.22 | - |
| YUV | 27.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 41 | 0 | 0.74 | 0.18 | 0.80 | 314.59 | 0.59 | 0.12 |
| Hex | 32 | D | 29 | 0 | 4A | 12 | 50 | 13B | 3B | C |
| Octal | 62 | 15 | 51 | 0 | 112 | 22 | 120 | 473 | 73 | 14 |
| Binary | 110010 | 1101 | 101001 | 0 | 1001010 | 10010 | 1010000 | 100111011 | 111011 | 1100 |
Color Harmonies of #320D29
Complementary color
Monochromatic Colors of #320D29
Black with #320D29
Text Example
Text Example
White with #320D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D29; }
p { color: rgb(50,13,41); }
H1.HeaderClassName
{
color: #320D29;
}
.AnyTagClassName
{
color: #320D29;
}
</style>
background-color css
<style>
a { background-color: #320D29; }
a { background-color: rgb(50,13,41); }
div.DivClassName
{
background-color: #320D29;
}
.BgClassName
{
background-color: #320D29;
}
</style>
border-color css
<style>
span { border-color: #320D29; }
span { border-color: rgb(50,13,41); }
td.TdClassName
{
border-color: #320D29;
}
.TagClassName
{
border-color: #320D29;
}
</style>