Shades of Blackberry #330E1D
Tints of Blackberry #330E1D
RGB
CMYK
RGB Variations
Color information
#330E1D (or 0x330E1D) is known color: Blackberry. HEX triplet: 33, 0E and 1D. RGB value is (51,14,29). Sum of RGB (Red+Green+Blue) = 51+14+29=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E1D is #CCF1E2. Grayscale: #1A1A1A. Windows color (decimal): -13431267 or 1904179. OLE color: 1904179.
HSL color Cylindrical-coordinate representation of color #330E1D: hue angle of 335.68º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E1D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 29 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.8 |
| HSL | 335.68º | 0.57% | 0.13% | - |
| HSV(B) | 335.68º | 0.73% | 0.2% | - |
| XYZ | 1.74 | 1.11 | 1.28 | - |
| YUV | 26.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 29 | 0 | 0.73 | 0.43 | 0.8 | 335.68 | 0.57 | 0.13 |
| Hex | 33 | E | 1D | 0 | 49 | 2B | 50 | 150 | 39 | D |
| Octal | 63 | 16 | 35 | 0 | 111 | 53 | 120 | 520 | 71 | 15 |
| Binary | 110011 | 1110 | 11101 | 0 | 1001001 | 101011 | 1010000 | 101010000 | 111001 | 1101 |
Color Harmonies of #330E1D
Complementary color
Monochromatic Colors of #330E1D
Black with #330E1D
Text Example
Text Example
White with #330E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E1D; }
p { color: rgb(51,14,29); }
H1.HeaderClassName
{
color: #330E1D;
}
.AnyTagClassName
{
color: #330E1D;
}
</style>
background-color css
<style>
a { background-color: #330E1D; }
a { background-color: rgb(51,14,29); }
div.DivClassName
{
background-color: #330E1D;
}
.BgClassName
{
background-color: #330E1D;
}
</style>
border-color css
<style>
span { border-color: #330E1D; }
span { border-color: rgb(51,14,29); }
td.TdClassName
{
border-color: #330E1D;
}
.TagClassName
{
border-color: #330E1D;
}
</style>