Shades of Blackberry #330D1F
Tints of Blackberry #330D1F
RGB
CMYK
RGB Variations
Color information
#330D1F (or 0x330D1F) is known color: Blackberry. HEX triplet: 33, 0D and 1F. RGB value is (51,13,31). Sum of RGB (Red+Green+Blue) = 51+13+31=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D1F is #CCF2E0. Grayscale: #1A1A1A. Windows color (decimal): -13431521 or 2034995. OLE color: 2034995.
HSL color Cylindrical-coordinate representation of color #330D1F: hue angle of 331.58º 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 #330D1F is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 31 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.8 |
| HSL | 331.58º | 0.59% | 0.13% | - |
| HSV(B) | 331.58º | 0.75% | 0.2% | - |
| XYZ | 1.76 | 1.09 | 1.41 | - |
| YUV | 26.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 31 | 0 | 0.75 | 0.39 | 0.8 | 331.58 | 0.59 | 0.13 |
| Hex | 33 | D | 1F | 0 | 4B | 27 | 50 | 14C | 3B | D |
| Octal | 63 | 15 | 37 | 0 | 113 | 47 | 120 | 514 | 73 | 15 |
| Binary | 110011 | 1101 | 11111 | 0 | 1001011 | 100111 | 1010000 | 101001100 | 111011 | 1101 |
Color Harmonies of #330D1F
Complementary color
Monochromatic Colors of #330D1F
Black with #330D1F
Text Example
Text Example
White with #330D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D1F; }
p { color: rgb(51,13,31); }
H1.HeaderClassName
{
color: #330D1F;
}
.AnyTagClassName
{
color: #330D1F;
}
</style>
background-color css
<style>
a { background-color: #330D1F; }
a { background-color: rgb(51,13,31); }
div.DivClassName
{
background-color: #330D1F;
}
.BgClassName
{
background-color: #330D1F;
}
</style>
border-color css
<style>
span { border-color: #330D1F; }
span { border-color: rgb(51,13,31); }
td.TdClassName
{
border-color: #330D1F;
}
.TagClassName
{
border-color: #330D1F;
}
</style>