Shades of Blackberry #32001A
Tints of Blackberry #32001A
RGB
CMYK
RGB Variations
Color information
#32001A (or 0x32001A) is known color: Blackberry. HEX triplet: 32, 00 and 1A. RGB value is (50,0,26). Sum of RGB (Red+Green+Blue) = 50+0+26=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #32001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32001A is #CDFFE5. Grayscale: #111111. Windows color (decimal): -13500390 or 1703986. OLE color: 1703986.
HSL color Cylindrical-coordinate representation of color #32001A: hue angle of 328.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32001A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.48 | 0.80 |
| HSL | 328.8º | 1% | 0.1% | - |
| HSV(B) | 328.8º | 1% | 0.2% | - |
| XYZ | 1.5 | 0.75 | 1.04 | - |
| YUV | 17.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 26 | 0 | 1 | 0.48 | 0.80 | 328.8 | 1 | 0.1 |
| Hex | 32 | 0 | 1A | 0 | 64 | 30 | 50 | 149 | 64 | A |
| Octal | 62 | 0 | 32 | 0 | 144 | 60 | 120 | 511 | 144 | 12 |
| Binary | 110010 | 0 | 11010 | 0 | 1100100 | 110000 | 1010000 | 101001001 | 1100100 | 1010 |
Color Harmonies of #32001A
Complementary color
Monochromatic Colors of #32001A
Black with #32001A
Text Example
Text Example
White with #32001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32001A; }
p { color: rgb(50,0,26); }
H1.HeaderClassName
{
color: #32001A;
}
.AnyTagClassName
{
color: #32001A;
}
</style>
background-color css
<style>
a { background-color: #32001A; }
a { background-color: rgb(50,0,26); }
div.DivClassName
{
background-color: #32001A;
}
.BgClassName
{
background-color: #32001A;
}
</style>
border-color css
<style>
span { border-color: #32001A; }
span { border-color: rgb(50,0,26); }
td.TdClassName
{
border-color: #32001A;
}
.TagClassName
{
border-color: #32001A;
}
</style>