Shades of Blackberry #33041C
Tints of Blackberry #33041C
RGB
CMYK
RGB Variations
Color information
#33041C (or 0x33041C) is known color: Blackberry. HEX triplet: 33, 04 and 1C. RGB value is (51,4,28). Sum of RGB (Red+Green+Blue) = 51+4+28=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33041C is #CCFBE3. Grayscale: #141414. Windows color (decimal): -13433828 or 1836083. OLE color: 1836083.
HSL color Cylindrical-coordinate representation of color #33041C: hue angle of 329.36º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33041C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 28 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.8 |
| HSL | 329.36º | 0.85% | 0.11% | - |
| HSV(B) | 329.36º | 0.92% | 0.2% | - |
| XYZ | 1.62 | 0.87 | 1.18 | - |
| YUV | 20.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 28 | 0 | 0.92 | 0.45 | 0.8 | 329.36 | 0.85 | 0.11 |
| Hex | 33 | 4 | 1C | 0 | 5C | 2D | 50 | 149 | 55 | B |
| Octal | 63 | 4 | 34 | 0 | 134 | 55 | 120 | 511 | 125 | 13 |
| Binary | 110011 | 100 | 11100 | 0 | 1011100 | 101101 | 1010000 | 101001001 | 1010101 | 1011 |
Color Harmonies of #33041C
Complementary color
Monochromatic Colors of #33041C
Black with #33041C
Text Example
Text Example
White with #33041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33041C; }
p { color: rgb(51,4,28); }
H1.HeaderClassName
{
color: #33041C;
}
.AnyTagClassName
{
color: #33041C;
}
</style>
background-color css
<style>
a { background-color: #33041C; }
a { background-color: rgb(51,4,28); }
div.DivClassName
{
background-color: #33041C;
}
.BgClassName
{
background-color: #33041C;
}
</style>
border-color css
<style>
span { border-color: #33041C; }
span { border-color: rgb(51,4,28); }
td.TdClassName
{
border-color: #33041C;
}
.TagClassName
{
border-color: #33041C;
}
</style>