Shades of Blackberry #330D24
Tints of Blackberry #330D24
RGB
CMYK
RGB Variations
Color information
#330D24 (or 0x330D24) is known color: Blackberry. HEX triplet: 33, 0D and 24. RGB value is (51,13,36). Sum of RGB (Red+Green+Blue) = 51+13+36=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D24 is #CCF2DB. Grayscale: #1A1A1A. Windows color (decimal): -13431516 or 2362675. OLE color: 2362675.
HSL color Cylindrical-coordinate representation of color #330D24: hue angle of 323.68º 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 #330D24 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 36 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.8 |
| HSL | 323.68º | 0.59% | 0.13% | - |
| HSV(B) | 323.68º | 0.75% | 0.2% | - |
| XYZ | 1.83 | 1.12 | 1.79 | - |
| YUV | 26.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 36 | 0 | 0.75 | 0.29 | 0.8 | 323.68 | 0.59 | 0.13 |
| Hex | 33 | D | 24 | 0 | 4B | 1D | 50 | 144 | 3B | D |
| Octal | 63 | 15 | 44 | 0 | 113 | 35 | 120 | 504 | 73 | 15 |
| Binary | 110011 | 1101 | 100100 | 0 | 1001011 | 11101 | 1010000 | 101000100 | 111011 | 1101 |
Color Harmonies of #330D24
Complementary color
Monochromatic Colors of #330D24
Black with #330D24
Text Example
Text Example
White with #330D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D24; }
p { color: rgb(51,13,36); }
H1.HeaderClassName
{
color: #330D24;
}
.AnyTagClassName
{
color: #330D24;
}
</style>
background-color css
<style>
a { background-color: #330D24; }
a { background-color: rgb(51,13,36); }
div.DivClassName
{
background-color: #330D24;
}
.BgClassName
{
background-color: #330D24;
}
</style>
border-color css
<style>
span { border-color: #330D24; }
span { border-color: rgb(51,13,36); }
td.TdClassName
{
border-color: #330D24;
}
.TagClassName
{
border-color: #330D24;
}
</style>