Shades of Blackberry #330725
Tints of Blackberry #330725
RGB
CMYK
RGB Variations
Color information
#330725 (or 0x330725) is known color: Blackberry. HEX triplet: 33, 07 and 25. RGB value is (51,7,37). Sum of RGB (Red+Green+Blue) = 51+7+37=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330725 is #CCF8DA. Grayscale: #171717. Windows color (decimal): -13433051 or 2426675. OLE color: 2426675.
HSL color Cylindrical-coordinate representation of color #330725: hue angle of 319.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330725 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 37 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.8 |
| HSL | 319.09º | 0.76% | 0.11% | - |
| HSV(B) | 319.09º | 0.86% | 0.2% | - |
| XYZ | 1.78 | 0.99 | 1.85 | - |
| YUV | 23.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 37 | 0 | 0.86 | 0.27 | 0.8 | 319.09 | 0.76 | 0.11 |
| Hex | 33 | 7 | 25 | 0 | 56 | 1B | 50 | 13F | 4C | B |
| Octal | 63 | 7 | 45 | 0 | 126 | 33 | 120 | 477 | 114 | 13 |
| Binary | 110011 | 111 | 100101 | 0 | 1010110 | 11011 | 1010000 | 100111111 | 1001100 | 1011 |
Color Harmonies of #330725
Complementary color
Monochromatic Colors of #330725
Black with #330725
Text Example
Text Example
White with #330725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330725; }
p { color: rgb(51,7,37); }
H1.HeaderClassName
{
color: #330725;
}
.AnyTagClassName
{
color: #330725;
}
</style>
background-color css
<style>
a { background-color: #330725; }
a { background-color: rgb(51,7,37); }
div.DivClassName
{
background-color: #330725;
}
.BgClassName
{
background-color: #330725;
}
</style>
border-color css
<style>
span { border-color: #330725; }
span { border-color: rgb(51,7,37); }
td.TdClassName
{
border-color: #330725;
}
.TagClassName
{
border-color: #330725;
}
</style>