Shades of Blackberry #330923
Tints of Blackberry #330923
RGB
CMYK
RGB Variations
Color information
#330923 (or 0x330923) is known color: Blackberry. HEX triplet: 33, 09 and 23. RGB value is (51,9,35). Sum of RGB (Red+Green+Blue) = 51+9+35=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330923 is #CCF6DC. Grayscale: #181818. Windows color (decimal): -13432541 or 2296115. OLE color: 2296115.
HSL color Cylindrical-coordinate representation of color #330923: hue angle of 322.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330923 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 35 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.8 |
| HSL | 322.86º | 0.7% | 0.12% | - |
| HSV(B) | 322.86º | 0.82% | 0.2% | - |
| XYZ | 1.77 | 1.02 | 1.69 | - |
| YUV | 24.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 35 | 0 | 0.82 | 0.31 | 0.8 | 322.86 | 0.7 | 0.12 |
| Hex | 33 | 9 | 23 | 0 | 52 | 1F | 50 | 143 | 46 | C |
| Octal | 63 | 11 | 43 | 0 | 122 | 37 | 120 | 503 | 106 | 14 |
| Binary | 110011 | 1001 | 100011 | 0 | 1010010 | 11111 | 1010000 | 101000011 | 1000110 | 1100 |
Color Harmonies of #330923
Complementary color
Monochromatic Colors of #330923
Black with #330923
Text Example
Text Example
White with #330923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330923; }
p { color: rgb(51,9,35); }
H1.HeaderClassName
{
color: #330923;
}
.AnyTagClassName
{
color: #330923;
}
</style>
background-color css
<style>
a { background-color: #330923; }
a { background-color: rgb(51,9,35); }
div.DivClassName
{
background-color: #330923;
}
.BgClassName
{
background-color: #330923;
}
</style>
border-color css
<style>
span { border-color: #330923; }
span { border-color: rgb(51,9,35); }
td.TdClassName
{
border-color: #330923;
}
.TagClassName
{
border-color: #330923;
}
</style>