Shades of Blackberry #33092A
Tints of Blackberry #33092A
RGB
CMYK
RGB Variations
Color information
#33092A (or 0x33092A) is known color: Blackberry. HEX triplet: 33, 09 and 2A. RGB value is (51,9,42). Sum of RGB (Red+Green+Blue) = 51+9+42=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33092A is #CCF6D5. Grayscale: #191919. Windows color (decimal): -13432534 or 2754867. OLE color: 2754867.
HSL color Cylindrical-coordinate representation of color #33092A: hue angle of 312.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 #33092A is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 42 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.8 |
| HSL | 312.86º | 0.7% | 0.12% | - |
| HSV(B) | 312.86º | 0.82% | 0.2% | - |
| XYZ | 1.88 | 1.07 | 2.3 | - |
| YUV | 25.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 42 | 0 | 0.82 | 0.18 | 0.8 | 312.86 | 0.7 | 0.12 |
| Hex | 33 | 9 | 2A | 0 | 52 | 12 | 50 | 139 | 46 | C |
| Octal | 63 | 11 | 52 | 0 | 122 | 22 | 120 | 471 | 106 | 14 |
| Binary | 110011 | 1001 | 101010 | 0 | 1010010 | 10010 | 1010000 | 100111001 | 1000110 | 1100 |
Color Harmonies of #33092A
Complementary color
Monochromatic Colors of #33092A
Black with #33092A
Text Example
Text Example
White with #33092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33092A; }
p { color: rgb(51,9,42); }
H1.HeaderClassName
{
color: #33092A;
}
.AnyTagClassName
{
color: #33092A;
}
</style>
background-color css
<style>
a { background-color: #33092A; }
a { background-color: rgb(51,9,42); }
div.DivClassName
{
background-color: #33092A;
}
.BgClassName
{
background-color: #33092A;
}
</style>
border-color css
<style>
span { border-color: #33092A; }
span { border-color: rgb(51,9,42); }
td.TdClassName
{
border-color: #33092A;
}
.TagClassName
{
border-color: #33092A;
}
</style>