Shades of Blackberry #33001C
Tints of Blackberry #33001C
RGB
CMYK
RGB Variations
Color information
#33001C (or 0x33001C) is known color: Blackberry. HEX triplet: 33, 00 and 1C. RGB value is (51,0,28). Sum of RGB (Red+Green+Blue) = 51+0+28=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #33001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001C is #CCFFE3. Grayscale: #121212. Windows color (decimal): -13434852 or 1835059. OLE color: 1835059.
HSL color Cylindrical-coordinate representation of color #33001C: hue angle of 327.06º 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 #33001C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.45 | 0.8 |
| HSL | 327.06º | 1% | 0.1% | - |
| HSV(B) | 327.06º | 1% | 0.2% | - |
| XYZ | 1.57 | 0.79 | 1.17 | - |
| YUV | 18.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 28 | 0 | 1 | 0.45 | 0.8 | 327.06 | 1 | 0.1 |
| Hex | 33 | 0 | 1C | 0 | 64 | 2D | 50 | 147 | 64 | A |
| Octal | 63 | 0 | 34 | 0 | 144 | 55 | 120 | 507 | 144 | 12 |
| Binary | 110011 | 0 | 11100 | 0 | 1100100 | 101101 | 1010000 | 101000111 | 1100100 | 1010 |
Color Harmonies of #33001C
Complementary color
Monochromatic Colors of #33001C
Black with #33001C
Text Example
Text Example
White with #33001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33001C; }
p { color: rgb(51,0,28); }
H1.HeaderClassName
{
color: #33001C;
}
.AnyTagClassName
{
color: #33001C;
}
</style>
background-color css
<style>
a { background-color: #33001C; }
a { background-color: rgb(51,0,28); }
div.DivClassName
{
background-color: #33001C;
}
.BgClassName
{
background-color: #33001C;
}
</style>
border-color css
<style>
span { border-color: #33001C; }
span { border-color: rgb(51,0,28); }
td.TdClassName
{
border-color: #33001C;
}
.TagClassName
{
border-color: #33001C;
}
</style>