Shades of Blackberry #330B23
Tints of Blackberry #330B23
RGB
CMYK
RGB Variations
Color information
#330B23 (or 0x330B23) is known color: Blackberry. HEX triplet: 33, 0B and 23. RGB value is (51,11,35). Sum of RGB (Red+Green+Blue) = 51+11+35=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #330B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B23 is #CCF4DC. Grayscale: #191919. Windows color (decimal): -13432029 or 2296627. OLE color: 2296627.
HSL color Cylindrical-coordinate representation of color #330B23: hue angle of 324º 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 #330B23 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 35 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.8 |
| HSL | 324º | 0.65% | 0.12% | - |
| HSV(B) | 324º | 0.78% | 0.2% | - |
| XYZ | 1.79 | 1.06 | 1.7 | - |
| YUV | 25.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 35 | 0 | 0.78 | 0.31 | 0.8 | 324 | 0.65 | 0.12 |
| Hex | 33 | B | 23 | 0 | 4E | 1F | 50 | 144 | 41 | C |
| Octal | 63 | 13 | 43 | 0 | 116 | 37 | 120 | 504 | 101 | 14 |
| Binary | 110011 | 1011 | 100011 | 0 | 1001110 | 11111 | 1010000 | 101000100 | 1000001 | 1100 |
Color Harmonies of #330B23
Complementary color
Monochromatic Colors of #330B23
Black with #330B23
Text Example
Text Example
White with #330B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B23; }
p { color: rgb(51,11,35); }
H1.HeaderClassName
{
color: #330B23;
}
.AnyTagClassName
{
color: #330B23;
}
</style>
background-color css
<style>
a { background-color: #330B23; }
a { background-color: rgb(51,11,35); }
div.DivClassName
{
background-color: #330B23;
}
.BgClassName
{
background-color: #330B23;
}
</style>
border-color css
<style>
span { border-color: #330B23; }
span { border-color: rgb(51,11,35); }
td.TdClassName
{
border-color: #330B23;
}
.TagClassName
{
border-color: #330B23;
}
</style>