Shades of Blackberry #330D1E
Tints of Blackberry #330D1E
RGB
CMYK
RGB Variations
Color information
#330D1E (or 0x330D1E) is known color: Blackberry. HEX triplet: 33, 0D and 1E. RGB value is (51,13,30). Sum of RGB (Red+Green+Blue) = 51+13+30=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D1E is #CCF2E1. Grayscale: #1A1A1A. Windows color (decimal): -13431522 or 1969459. OLE color: 1969459.
HSL color Cylindrical-coordinate representation of color #330D1E: hue angle of 333.16º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330D1E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 30 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.8 |
| HSL | 333.16º | 0.59% | 0.13% | - |
| HSV(B) | 333.16º | 0.75% | 0.2% | - |
| XYZ | 1.74 | 1.09 | 1.35 | - |
| YUV | 26.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 30 | 0 | 0.75 | 0.41 | 0.8 | 333.16 | 0.59 | 0.13 |
| Hex | 33 | D | 1E | 0 | 4B | 29 | 50 | 14D | 3B | D |
| Octal | 63 | 15 | 36 | 0 | 113 | 51 | 120 | 515 | 73 | 15 |
| Binary | 110011 | 1101 | 11110 | 0 | 1001011 | 101001 | 1010000 | 101001101 | 111011 | 1101 |
Color Harmonies of #330D1E
Complementary color
Monochromatic Colors of #330D1E
Black with #330D1E
Text Example
Text Example
White with #330D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D1E; }
p { color: rgb(51,13,30); }
H1.HeaderClassName
{
color: #330D1E;
}
.AnyTagClassName
{
color: #330D1E;
}
</style>
background-color css
<style>
a { background-color: #330D1E; }
a { background-color: rgb(51,13,30); }
div.DivClassName
{
background-color: #330D1E;
}
.BgClassName
{
background-color: #330D1E;
}
</style>
border-color css
<style>
span { border-color: #330D1E; }
span { border-color: rgb(51,13,30); }
td.TdClassName
{
border-color: #330D1E;
}
.TagClassName
{
border-color: #330D1E;
}
</style>