Shades of Blackberry #330A25
Tints of Blackberry #330A25
RGB
CMYK
RGB Variations
Color information
#330A25 (or 0x330A25) is known color: Blackberry. HEX triplet: 33, 0A and 25. RGB value is (51,10,37). Sum of RGB (Red+Green+Blue) = 51+10+37=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #330A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A25 is #CCF5DA. Grayscale: #191919. Windows color (decimal): -13432283 or 2427443. OLE color: 2427443.
HSL color Cylindrical-coordinate representation of color #330A25: hue angle of 320.49º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A25 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 37 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.8 |
| HSL | 320.49º | 0.67% | 0.12% | - |
| HSV(B) | 320.49º | 0.8% | 0.2% | - |
| XYZ | 1.81 | 1.05 | 1.86 | - |
| YUV | 25.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 37 | 0 | 0.80 | 0.27 | 0.8 | 320.49 | 0.67 | 0.12 |
| Hex | 33 | A | 25 | 0 | 50 | 1B | 50 | 140 | 43 | C |
| Octal | 63 | 12 | 45 | 0 | 120 | 33 | 120 | 500 | 103 | 14 |
| Binary | 110011 | 1010 | 100101 | 0 | 1010000 | 11011 | 1010000 | 101000000 | 1000011 | 1100 |
Color Harmonies of #330A25
Complementary color
Monochromatic Colors of #330A25
Black with #330A25
Text Example
Text Example
White with #330A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A25; }
p { color: rgb(51,10,37); }
H1.HeaderClassName
{
color: #330A25;
}
.AnyTagClassName
{
color: #330A25;
}
</style>
background-color css
<style>
a { background-color: #330A25; }
a { background-color: rgb(51,10,37); }
div.DivClassName
{
background-color: #330A25;
}
.BgClassName
{
background-color: #330A25;
}
</style>
border-color css
<style>
span { border-color: #330A25; }
span { border-color: rgb(51,10,37); }
td.TdClassName
{
border-color: #330A25;
}
.TagClassName
{
border-color: #330A25;
}
</style>