Shades of Blackberry #33041B
Tints of Blackberry #33041B
RGB
CMYK
RGB Variations
Color information
#33041B (or 0x33041B) is known color: Blackberry. HEX triplet: 33, 04 and 1B. RGB value is (51,4,27). Sum of RGB (Red+Green+Blue) = 51+4+27=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33041B is #CCFBE4. Grayscale: #141414. Windows color (decimal): -13433829 or 1770547. OLE color: 1770547.
HSL color Cylindrical-coordinate representation of color #33041B: hue angle of 330.64º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33041B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 27 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.8 |
| HSL | 330.64º | 0.85% | 0.11% | - |
| HSV(B) | 330.64º | 0.92% | 0.2% | - |
| XYZ | 1.61 | 0.87 | 1.12 | - |
| YUV | 20.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 27 | 0 | 0.92 | 0.47 | 0.8 | 330.64 | 0.85 | 0.11 |
| Hex | 33 | 4 | 1B | 0 | 5C | 2F | 50 | 14B | 55 | B |
| Octal | 63 | 4 | 33 | 0 | 134 | 57 | 120 | 513 | 125 | 13 |
| Binary | 110011 | 100 | 11011 | 0 | 1011100 | 101111 | 1010000 | 101001011 | 1010101 | 1011 |
Color Harmonies of #33041B
Complementary color
Monochromatic Colors of #33041B
Black with #33041B
Text Example
Text Example
White with #33041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33041B; }
p { color: rgb(51,4,27); }
H1.HeaderClassName
{
color: #33041B;
}
.AnyTagClassName
{
color: #33041B;
}
</style>
background-color css
<style>
a { background-color: #33041B; }
a { background-color: rgb(51,4,27); }
div.DivClassName
{
background-color: #33041B;
}
.BgClassName
{
background-color: #33041B;
}
</style>
border-color css
<style>
span { border-color: #33041B; }
span { border-color: rgb(51,4,27); }
td.TdClassName
{
border-color: #33041B;
}
.TagClassName
{
border-color: #33041B;
}
</style>