Shades of Blackberry #330B1F
Tints of Blackberry #330B1F
RGB
CMYK
RGB Variations
Color information
#330B1F (or 0x330B1F) is known color: Blackberry. HEX triplet: 33, 0B and 1F. RGB value is (51,11,31). Sum of RGB (Red+Green+Blue) = 51+11+31=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B1F is #CCF4E0. Grayscale: #191919. Windows color (decimal): -13432033 or 2034483. OLE color: 2034483.
HSL color Cylindrical-coordinate representation of color #330B1F: hue angle of 330º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B1F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 31 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.8 |
| HSL | 330º | 0.65% | 0.12% | - |
| HSV(B) | 330º | 0.78% | 0.2% | - |
| XYZ | 1.73 | 1.04 | 1.41 | - |
| YUV | 25.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 31 | 0 | 0.78 | 0.39 | 0.8 | 330 | 0.65 | 0.12 |
| Hex | 33 | B | 1F | 0 | 4E | 27 | 50 | 14A | 41 | C |
| Octal | 63 | 13 | 37 | 0 | 116 | 47 | 120 | 512 | 101 | 14 |
| Binary | 110011 | 1011 | 11111 | 0 | 1001110 | 100111 | 1010000 | 101001010 | 1000001 | 1100 |
Color Harmonies of #330B1F
Complementary color
Monochromatic Colors of #330B1F
Black with #330B1F
Text Example
Text Example
White with #330B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B1F; }
p { color: rgb(51,11,31); }
H1.HeaderClassName
{
color: #330B1F;
}
.AnyTagClassName
{
color: #330B1F;
}
</style>
background-color css
<style>
a { background-color: #330B1F; }
a { background-color: rgb(51,11,31); }
div.DivClassName
{
background-color: #330B1F;
}
.BgClassName
{
background-color: #330B1F;
}
</style>
border-color css
<style>
span { border-color: #330B1F; }
span { border-color: rgb(51,11,31); }
td.TdClassName
{
border-color: #330B1F;
}
.TagClassName
{
border-color: #330B1F;
}
</style>