Shades of Blackberry #330E2A
Tints of Blackberry #330E2A
RGB
CMYK
RGB Variations
Color information
#330E2A (or 0x330E2A) is known color: Blackberry. HEX triplet: 33, 0E and 2A. RGB value is (51,14,42). Sum of RGB (Red+Green+Blue) = 51+14+42=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2A is #CCF1D5. Grayscale: #1C1C1C. Windows color (decimal): -13431254 or 2756147. OLE color: 2756147.
HSL color Cylindrical-coordinate representation of color #330E2A: hue angle of 314.59º 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 #330E2A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 42 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.8 |
| HSL | 314.59º | 0.57% | 0.13% | - |
| HSV(B) | 314.59º | 0.73% | 0.2% | - |
| XYZ | 1.94 | 1.19 | 2.32 | - |
| YUV | 28.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 42 | 0 | 0.73 | 0.18 | 0.8 | 314.59 | 0.57 | 0.13 |
| Hex | 33 | E | 2A | 0 | 49 | 12 | 50 | 13B | 39 | D |
| Octal | 63 | 16 | 52 | 0 | 111 | 22 | 120 | 473 | 71 | 15 |
| Binary | 110011 | 1110 | 101010 | 0 | 1001001 | 10010 | 1010000 | 100111011 | 111001 | 1101 |
Color Harmonies of #330E2A
Complementary color
Monochromatic Colors of #330E2A
Black with #330E2A
Text Example
Text Example
White with #330E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E2A; }
p { color: rgb(51,14,42); }
H1.HeaderClassName
{
color: #330E2A;
}
.AnyTagClassName
{
color: #330E2A;
}
</style>
background-color css
<style>
a { background-color: #330E2A; }
a { background-color: rgb(51,14,42); }
div.DivClassName
{
background-color: #330E2A;
}
.BgClassName
{
background-color: #330E2A;
}
</style>
border-color css
<style>
span { border-color: #330E2A; }
span { border-color: rgb(51,14,42); }
td.TdClassName
{
border-color: #330E2A;
}
.TagClassName
{
border-color: #330E2A;
}
</style>