Shades of Blackberry #33061C
Tints of Blackberry #33061C
RGB
CMYK
RGB Variations
Color information
#33061C (or 0x33061C) is known color: Blackberry. HEX triplet: 33, 06 and 1C. RGB value is (51,6,28). Sum of RGB (Red+Green+Blue) = 51+6+28=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33061C is #CCF9E3. Grayscale: #151515. Windows color (decimal): -13433316 or 1836595. OLE color: 1836595.
HSL color Cylindrical-coordinate representation of color #33061C: hue angle of 330.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33061C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 6 | 28 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.8 |
| HSL | 330.67º | 0.79% | 0.11% | - |
| HSV(B) | 330.67º | 0.88% | 0.2% | - |
| XYZ | 1.64 | 0.92 | 1.19 | - |
| YUV | 21.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 28 | 0 | 0.88 | 0.45 | 0.8 | 330.67 | 0.79 | 0.11 |
| Hex | 33 | 6 | 1C | 0 | 58 | 2D | 50 | 14B | 4F | B |
| Octal | 63 | 6 | 34 | 0 | 130 | 55 | 120 | 513 | 117 | 13 |
| Binary | 110011 | 110 | 11100 | 0 | 1011000 | 101101 | 1010000 | 101001011 | 1001111 | 1011 |
Color Harmonies of #33061C
Complementary color
Monochromatic Colors of #33061C
Black with #33061C
Text Example
Text Example
White with #33061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33061C; }
p { color: rgb(51,6,28); }
H1.HeaderClassName
{
color: #33061C;
}
.AnyTagClassName
{
color: #33061C;
}
</style>
background-color css
<style>
a { background-color: #33061C; }
a { background-color: rgb(51,6,28); }
div.DivClassName
{
background-color: #33061C;
}
.BgClassName
{
background-color: #33061C;
}
</style>
border-color css
<style>
span { border-color: #33061C; }
span { border-color: rgb(51,6,28); }
td.TdClassName
{
border-color: #33061C;
}
.TagClassName
{
border-color: #33061C;
}
</style>