Shades of Blackberry #330D26
Tints of Blackberry #330D26
RGB
CMYK
RGB Variations
Color information
#330D26 (or 0x330D26) is known color: Blackberry. HEX triplet: 33, 0D and 26. RGB value is (51,13,38). Sum of RGB (Red+Green+Blue) = 51+13+38=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #330D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D26 is #CCF2D9. Grayscale: #1B1B1B. Windows color (decimal): -13431514 or 2493747. OLE color: 2493747.
HSL color Cylindrical-coordinate representation of color #330D26: hue angle of 320.53º 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 #330D26 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 38 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.8 |
| HSL | 320.53º | 0.59% | 0.13% | - |
| HSV(B) | 320.53º | 0.75% | 0.2% | - |
| XYZ | 1.86 | 1.13 | 1.95 | - |
| YUV | 27.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 38 | 0 | 0.75 | 0.25 | 0.8 | 320.53 | 0.59 | 0.13 |
| Hex | 33 | D | 26 | 0 | 4B | 19 | 50 | 141 | 3B | D |
| Octal | 63 | 15 | 46 | 0 | 113 | 31 | 120 | 501 | 73 | 15 |
| Binary | 110011 | 1101 | 100110 | 0 | 1001011 | 11001 | 1010000 | 101000001 | 111011 | 1101 |
Color Harmonies of #330D26
Complementary color
Monochromatic Colors of #330D26
Black with #330D26
Text Example
Text Example
White with #330D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D26; }
p { color: rgb(51,13,38); }
H1.HeaderClassName
{
color: #330D26;
}
.AnyTagClassName
{
color: #330D26;
}
</style>
background-color css
<style>
a { background-color: #330D26; }
a { background-color: rgb(51,13,38); }
div.DivClassName
{
background-color: #330D26;
}
.BgClassName
{
background-color: #330D26;
}
</style>
border-color css
<style>
span { border-color: #330D26; }
span { border-color: rgb(51,13,38); }
td.TdClassName
{
border-color: #330D26;
}
.TagClassName
{
border-color: #330D26;
}
</style>