Shades of Blackberry #330F23
Tints of Blackberry #330F23
RGB
CMYK
RGB Variations
Color information
#330F23 (or 0x330F23) is known color: Blackberry. HEX triplet: 33, 0F and 23. RGB value is (51,15,35). Sum of RGB (Red+Green+Blue) = 51+15+35=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #330F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F23 is #CCF0DC. Grayscale: #1C1C1C. Windows color (decimal): -13431005 or 2297651. OLE color: 2297651.
HSL color Cylindrical-coordinate representation of color #330F23: hue angle of 326.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F23 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 35 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.8 |
| HSL | 326.67º | 0.55% | 0.13% | - |
| HSV(B) | 326.67º | 0.71% | 0.2% | - |
| XYZ | 1.84 | 1.17 | 1.72 | - |
| YUV | 28.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 35 | 0 | 0.71 | 0.31 | 0.8 | 326.67 | 0.55 | 0.13 |
| Hex | 33 | F | 23 | 0 | 47 | 1F | 50 | 147 | 37 | D |
| Octal | 63 | 17 | 43 | 0 | 107 | 37 | 120 | 507 | 67 | 15 |
| Binary | 110011 | 1111 | 100011 | 0 | 1000111 | 11111 | 1010000 | 101000111 | 110111 | 1101 |
Color Harmonies of #330F23
Complementary color
Monochromatic Colors of #330F23
Black with #330F23
Text Example
Text Example
White with #330F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F23; }
p { color: rgb(51,15,35); }
H1.HeaderClassName
{
color: #330F23;
}
.AnyTagClassName
{
color: #330F23;
}
</style>
background-color css
<style>
a { background-color: #330F23; }
a { background-color: rgb(51,15,35); }
div.DivClassName
{
background-color: #330F23;
}
.BgClassName
{
background-color: #330F23;
}
</style>
border-color css
<style>
span { border-color: #330F23; }
span { border-color: rgb(51,15,35); }
td.TdClassName
{
border-color: #330F23;
}
.TagClassName
{
border-color: #330F23;
}
</style>