Shades of Blackberry #330E1F
Tints of Blackberry #330E1F
RGB
CMYK
RGB Variations
Color information
#330E1F (or 0x330E1F) is known color: Blackberry. HEX triplet: 33, 0E and 1F. RGB value is (51,14,31). Sum of RGB (Red+Green+Blue) = 51+14+31=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E1F is #CCF1E0. Grayscale: #1A1A1A. Windows color (decimal): -13431265 or 2035251. OLE color: 2035251.
HSL color Cylindrical-coordinate representation of color #330E1F: hue angle of 332.43º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E1F is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 31 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.8 |
| HSL | 332.43º | 0.57% | 0.13% | - |
| HSV(B) | 332.43º | 0.73% | 0.2% | - |
| XYZ | 1.77 | 1.12 | 1.42 | - |
| YUV | 27 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 31 | 0 | 0.73 | 0.39 | 0.8 | 332.43 | 0.57 | 0.13 |
| Hex | 33 | E | 1F | 0 | 49 | 27 | 50 | 14C | 39 | D |
| Octal | 63 | 16 | 37 | 0 | 111 | 47 | 120 | 514 | 71 | 15 |
| Binary | 110011 | 1110 | 11111 | 0 | 1001001 | 100111 | 1010000 | 101001100 | 111001 | 1101 |
Color Harmonies of #330E1F
Complementary color
Monochromatic Colors of #330E1F
Black with #330E1F
Text Example
Text Example
White with #330E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E1F; }
p { color: rgb(51,14,31); }
H1.HeaderClassName
{
color: #330E1F;
}
.AnyTagClassName
{
color: #330E1F;
}
</style>
background-color css
<style>
a { background-color: #330E1F; }
a { background-color: rgb(51,14,31); }
div.DivClassName
{
background-color: #330E1F;
}
.BgClassName
{
background-color: #330E1F;
}
</style>
border-color css
<style>
span { border-color: #330E1F; }
span { border-color: rgb(51,14,31); }
td.TdClassName
{
border-color: #330E1F;
}
.TagClassName
{
border-color: #330E1F;
}
</style>