Shades of Blackberry #33091A
Tints of Blackberry #33091A
RGB
CMYK
RGB Variations
Color information
#33091A (or 0x33091A) is known color: Blackberry. HEX triplet: 33, 09 and 1A. RGB value is (51,9,26). Sum of RGB (Red+Green+Blue) = 51+9+26=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33091A is #CCF6E5. Grayscale: #171717. Windows color (decimal): -13432550 or 1706291. OLE color: 1706291.
HSL color Cylindrical-coordinate representation of color #33091A: hue angle of 335.71º 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 #33091A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 26 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.8 |
| HSL | 335.71º | 0.7% | 0.12% | - |
| HSV(B) | 335.71º | 0.82% | 0.2% | - |
| XYZ | 1.65 | 0.97 | 1.08 | - |
| YUV | 23.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 26 | 0 | 0.82 | 0.49 | 0.8 | 335.71 | 0.7 | 0.12 |
| Hex | 33 | 9 | 1A | 0 | 52 | 31 | 50 | 150 | 46 | C |
| Octal | 63 | 11 | 32 | 0 | 122 | 61 | 120 | 520 | 106 | 14 |
| Binary | 110011 | 1001 | 11010 | 0 | 1010010 | 110001 | 1010000 | 101010000 | 1000110 | 1100 |
Color Harmonies of #33091A
Complementary color
Monochromatic Colors of #33091A
Black with #33091A
Text Example
Text Example
White with #33091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33091A; }
p { color: rgb(51,9,26); }
H1.HeaderClassName
{
color: #33091A;
}
.AnyTagClassName
{
color: #33091A;
}
</style>
background-color css
<style>
a { background-color: #33091A; }
a { background-color: rgb(51,9,26); }
div.DivClassName
{
background-color: #33091A;
}
.BgClassName
{
background-color: #33091A;
}
</style>
border-color css
<style>
span { border-color: #33091A; }
span { border-color: rgb(51,9,26); }
td.TdClassName
{
border-color: #33091A;
}
.TagClassName
{
border-color: #33091A;
}
</style>