Shades of Blackberry #330A1F
Tints of Blackberry #330A1F
RGB
CMYK
RGB Variations
Color information
#330A1F (or 0x330A1F) is known color: Blackberry. HEX triplet: 33, 0A and 1F. RGB value is (51,10,31). Sum of RGB (Red+Green+Blue) = 51+10+31=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A1F is #CCF5E0. Grayscale: #181818. Windows color (decimal): -13432289 or 2034227. OLE color: 2034227.
HSL color Cylindrical-coordinate representation of color #330A1F: hue angle of 329.27º 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 #330A1F is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 31 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.8 |
| HSL | 329.27º | 0.67% | 0.12% | - |
| HSV(B) | 329.27º | 0.8% | 0.2% | - |
| XYZ | 1.72 | 1.02 | 1.4 | - |
| YUV | 24.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 31 | 0 | 0.80 | 0.39 | 0.8 | 329.27 | 0.67 | 0.12 |
| Hex | 33 | A | 1F | 0 | 50 | 27 | 50 | 149 | 43 | C |
| Octal | 63 | 12 | 37 | 0 | 120 | 47 | 120 | 511 | 103 | 14 |
| Binary | 110011 | 1010 | 11111 | 0 | 1010000 | 100111 | 1010000 | 101001001 | 1000011 | 1100 |
Color Harmonies of #330A1F
Complementary color
Monochromatic Colors of #330A1F
Black with #330A1F
Text Example
Text Example
White with #330A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A1F; }
p { color: rgb(51,10,31); }
H1.HeaderClassName
{
color: #330A1F;
}
.AnyTagClassName
{
color: #330A1F;
}
</style>
background-color css
<style>
a { background-color: #330A1F; }
a { background-color: rgb(51,10,31); }
div.DivClassName
{
background-color: #330A1F;
}
.BgClassName
{
background-color: #330A1F;
}
</style>
border-color css
<style>
span { border-color: #330A1F; }
span { border-color: rgb(51,10,31); }
td.TdClassName
{
border-color: #330A1F;
}
.TagClassName
{
border-color: #330A1F;
}
</style>