Shades of Blackberry #33081C
Tints of Blackberry #33081C
RGB
CMYK
RGB Variations
Color information
#33081C (or 0x33081C) is known color: Blackberry. HEX triplet: 33, 08 and 1C. RGB value is (51,8,28). Sum of RGB (Red+Green+Blue) = 51+8+28=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #33081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33081C is #CCF7E3. Grayscale: #171717. Windows color (decimal): -13432804 or 1837107. OLE color: 1837107.
HSL color Cylindrical-coordinate representation of color #33081C: hue angle of 332.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33081C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 28 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.8 |
| HSL | 332.09º | 0.73% | 0.12% | - |
| HSV(B) | 332.09º | 0.84% | 0.2% | - |
| XYZ | 1.66 | 0.96 | 1.2 | - |
| YUV | 23.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 28 | 0 | 0.84 | 0.45 | 0.8 | 332.09 | 0.73 | 0.12 |
| Hex | 33 | 8 | 1C | 0 | 54 | 2D | 50 | 14C | 49 | C |
| Octal | 63 | 10 | 34 | 0 | 124 | 55 | 120 | 514 | 111 | 14 |
| Binary | 110011 | 1000 | 11100 | 0 | 1010100 | 101101 | 1010000 | 101001100 | 1001001 | 1100 |
Color Harmonies of #33081C
Complementary color
Monochromatic Colors of #33081C
Black with #33081C
Text Example
Text Example
White with #33081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33081C; }
p { color: rgb(51,8,28); }
H1.HeaderClassName
{
color: #33081C;
}
.AnyTagClassName
{
color: #33081C;
}
</style>
background-color css
<style>
a { background-color: #33081C; }
a { background-color: rgb(51,8,28); }
div.DivClassName
{
background-color: #33081C;
}
.BgClassName
{
background-color: #33081C;
}
</style>
border-color css
<style>
span { border-color: #33081C; }
span { border-color: rgb(51,8,28); }
td.TdClassName
{
border-color: #33081C;
}
.TagClassName
{
border-color: #33081C;
}
</style>