Shades of Blackberry #331025
Tints of Blackberry #331025
RGB
CMYK
RGB Variations
Color information
#331025 (or 0x331025) is known color: Blackberry. HEX triplet: 33, 10 and 25. RGB value is (51,16,37). Sum of RGB (Red+Green+Blue) = 51+16+37=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331025 is #CCEFDA. Grayscale: #1C1C1C. Windows color (decimal): -13430747 or 2428979. OLE color: 2428979.
HSL color Cylindrical-coordinate representation of color #331025: hue angle of 324º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331025 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 37 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.8 |
| HSL | 324º | 0.52% | 0.13% | - |
| HSV(B) | 324º | 0.69% | 0.2% | - |
| XYZ | 1.88 | 1.21 | 1.88 | - |
| YUV | 28.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 37 | 0 | 0.69 | 0.27 | 0.8 | 324 | 0.52 | 0.13 |
| Hex | 33 | 10 | 25 | 0 | 45 | 1B | 50 | 144 | 34 | D |
| Octal | 63 | 20 | 45 | 0 | 105 | 33 | 120 | 504 | 64 | 15 |
| Binary | 110011 | 10000 | 100101 | 0 | 1000101 | 11011 | 1010000 | 101000100 | 110100 | 1101 |
Color Harmonies of #331025
Complementary color
Monochromatic Colors of #331025
Black with #331025
Text Example
Text Example
White with #331025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331025; }
p { color: rgb(51,16,37); }
H1.HeaderClassName
{
color: #331025;
}
.AnyTagClassName
{
color: #331025;
}
</style>
background-color css
<style>
a { background-color: #331025; }
a { background-color: rgb(51,16,37); }
div.DivClassName
{
background-color: #331025;
}
.BgClassName
{
background-color: #331025;
}
</style>
border-color css
<style>
span { border-color: #331025; }
span { border-color: rgb(51,16,37); }
td.TdClassName
{
border-color: #331025;
}
.TagClassName
{
border-color: #331025;
}
</style>