Shades of Blackberry #33001F
Tints of Blackberry #33001F
RGB
CMYK
RGB Variations
Color information
#33001F (or 0x33001F) is known color: Blackberry. HEX triplet: 33, 00 and 1F. RGB value is (51,0,31). Sum of RGB (Red+Green+Blue) = 51+0+31=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001F is #CCFFE0. Grayscale: #121212. Windows color (decimal): -13434849 or 2031667. OLE color: 2031667.
HSL color Cylindrical-coordinate representation of color #33001F: hue angle of 323.53º 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 #33001F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.39 | 0.8 |
| HSL | 323.53º | 1% | 0.1% | - |
| HSV(B) | 323.53º | 1% | 0.2% | - |
| XYZ | 1.61 | 0.8 | 1.37 | - |
| YUV | 18.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 31 | 0 | 1 | 0.39 | 0.8 | 323.53 | 1 | 0.1 |
| Hex | 33 | 0 | 1F | 0 | 64 | 27 | 50 | 144 | 64 | A |
| Octal | 63 | 0 | 37 | 0 | 144 | 47 | 120 | 504 | 144 | 12 |
| Binary | 110011 | 0 | 11111 | 0 | 1100100 | 100111 | 1010000 | 101000100 | 1100100 | 1010 |
Color Harmonies of #33001F
Complementary color
Monochromatic Colors of #33001F
Black with #33001F
Text Example
Text Example
White with #33001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33001F; }
p { color: rgb(51,0,31); }
H1.HeaderClassName
{
color: #33001F;
}
.AnyTagClassName
{
color: #33001F;
}
</style>
background-color css
<style>
a { background-color: #33001F; }
a { background-color: rgb(51,0,31); }
div.DivClassName
{
background-color: #33001F;
}
.BgClassName
{
background-color: #33001F;
}
</style>
border-color css
<style>
span { border-color: #33001F; }
span { border-color: rgb(51,0,31); }
td.TdClassName
{
border-color: #33001F;
}
.TagClassName
{
border-color: #33001F;
}
</style>