Shades of Blackberry #33112A
Tints of Blackberry #33112A
RGB
CMYK
RGB Variations
Color information
#33112A (or 0x33112A) is known color: Blackberry. HEX triplet: 33, 11 and 2A. RGB value is (51,17,42). Sum of RGB (Red+Green+Blue) = 51+17+42=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #33112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33112A is #CCEED5. Grayscale: #1D1D1D. Windows color (decimal): -13430486 or 2756915. OLE color: 2756915.
HSL color Cylindrical-coordinate representation of color #33112A: hue angle of 315.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33112A is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 42 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.8 |
| HSL | 315.88º | 0.5% | 0.13% | - |
| HSV(B) | 315.88º | 0.67% | 0.2% | - |
| XYZ | 1.98 | 1.27 | 2.33 | - |
| YUV | 30.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 42 | 0 | 0.67 | 0.18 | 0.8 | 315.88 | 0.5 | 0.13 |
| Hex | 33 | 11 | 2A | 0 | 43 | 12 | 50 | 13C | 32 | D |
| Octal | 63 | 21 | 52 | 0 | 103 | 22 | 120 | 474 | 62 | 15 |
| Binary | 110011 | 10001 | 101010 | 0 | 1000011 | 10010 | 1010000 | 100111100 | 110010 | 1101 |
Color Harmonies of #33112A
Complementary color
Monochromatic Colors of #33112A
Black with #33112A
Text Example
Text Example
White with #33112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33112A; }
p { color: rgb(51,17,42); }
H1.HeaderClassName
{
color: #33112A;
}
.AnyTagClassName
{
color: #33112A;
}
</style>
background-color css
<style>
a { background-color: #33112A; }
a { background-color: rgb(51,17,42); }
div.DivClassName
{
background-color: #33112A;
}
.BgClassName
{
background-color: #33112A;
}
</style>
border-color css
<style>
span { border-color: #33112A; }
span { border-color: rgb(51,17,42); }
td.TdClassName
{
border-color: #33112A;
}
.TagClassName
{
border-color: #33112A;
}
</style>