Shades of Blackberry #32001B
Tints of Blackberry #32001B
RGB
CMYK
RGB Variations
Color information
#32001B (or 0x32001B) is known color: Blackberry. HEX triplet: 32, 00 and 1B. RGB value is (50,0,27). Sum of RGB (Red+Green+Blue) = 50+0+27=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #32001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32001B is #CDFFE4. Grayscale: #111111. Windows color (decimal): -13500389 or 1769522. OLE color: 1769522.
HSL color Cylindrical-coordinate representation of color #32001B: hue angle of 327.6º 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 #32001B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.46 | 0.80 |
| HSL | 327.6º | 1% | 0.1% | - |
| HSV(B) | 327.6º | 1% | 0.2% | - |
| XYZ | 1.51 | 0.76 | 1.1 | - |
| YUV | 18.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 27 | 0 | 1 | 0.46 | 0.80 | 327.6 | 1 | 0.1 |
| Hex | 32 | 0 | 1B | 0 | 64 | 2E | 50 | 148 | 64 | A |
| Octal | 62 | 0 | 33 | 0 | 144 | 56 | 120 | 510 | 144 | 12 |
| Binary | 110010 | 0 | 11011 | 0 | 1100100 | 101110 | 1010000 | 101001000 | 1100100 | 1010 |
Color Harmonies of #32001B
Complementary color
Monochromatic Colors of #32001B
Black with #32001B
Text Example
Text Example
White with #32001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32001B; }
p { color: rgb(50,0,27); }
H1.HeaderClassName
{
color: #32001B;
}
.AnyTagClassName
{
color: #32001B;
}
</style>
background-color css
<style>
a { background-color: #32001B; }
a { background-color: rgb(50,0,27); }
div.DivClassName
{
background-color: #32001B;
}
.BgClassName
{
background-color: #32001B;
}
</style>
border-color css
<style>
span { border-color: #32001B; }
span { border-color: rgb(50,0,27); }
td.TdClassName
{
border-color: #32001B;
}
.TagClassName
{
border-color: #32001B;
}
</style>