Shades of Blackberry #3D0333
Tints of Blackberry #3D0333
RGB
CMYK
RGB Variations
Color information
#3D0333 (or 0x3D0333) is known color: Blackberry. HEX triplet: 3D, 03 and 33. RGB value is (61,3,51). Sum of RGB (Red+Green+Blue) = 61+3+51=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0333 is #C2FCCC. Grayscale: #191919. Windows color (decimal): -12778701 or 3343165. OLE color: 3343165.
HSL color Cylindrical-coordinate representation of color #3D0333: hue angle of 310.34º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0333 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 51 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.76 |
| HSL | 310.34º | 0.91% | 0.13% | - |
| HSV(B) | 310.34º | 0.95% | 0.24% | - |
| XYZ | 2.55 | 1.3 | 3.25 | - |
| YUV | 25.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 51 | 0 | 0.95 | 0.16 | 0.76 | 310.34 | 0.91 | 0.13 |
| Hex | 3D | 3 | 33 | 0 | 5F | 10 | 4C | 136 | 5B | D |
| Octal | 75 | 3 | 63 | 0 | 137 | 20 | 114 | 466 | 133 | 15 |
| Binary | 111101 | 11 | 110011 | 0 | 1011111 | 10000 | 1001100 | 100110110 | 1011011 | 1101 |
Color Harmonies of #3D0333
Complementary color
Monochromatic Colors of #3D0333
Black with #3D0333
Text Example
Text Example
White with #3D0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0333; }
p { color: rgb(61,3,51); }
H1.HeaderClassName
{
color: #3D0333;
}
.AnyTagClassName
{
color: #3D0333;
}
</style>
background-color css
<style>
a { background-color: #3D0333; }
a { background-color: rgb(61,3,51); }
div.DivClassName
{
background-color: #3D0333;
}
.BgClassName
{
background-color: #3D0333;
}
</style>
border-color css
<style>
span { border-color: #3D0333; }
span { border-color: rgb(61,3,51); }
td.TdClassName
{
border-color: #3D0333;
}
.TagClassName
{
border-color: #3D0333;
}
</style>