Shades of Blackberry #3D1433
Tints of Blackberry #3D1433
RGB
CMYK
RGB Variations
Color information
#3D1433 (or 0x3D1433) is known color: Blackberry. HEX triplet: 3D, 14 and 33. RGB value is (61,20,51). Sum of RGB (Red+Green+Blue) = 61+20+51=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1433 is #C2EBCC. Grayscale: #232323. Windows color (decimal): -12774349 or 3347517. OLE color: 3347517.
HSL color Cylindrical-coordinate representation of color #3D1433: hue angle of 314.63º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1433 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 51 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.76 |
| HSL | 314.63º | 0.51% | 0.16% | - |
| HSV(B) | 314.63º | 0.67% | 0.24% | - |
| XYZ | 2.77 | 1.73 | 3.32 | - |
| YUV | 35.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 51 | 0 | 0.67 | 0.16 | 0.76 | 314.63 | 0.51 | 0.16 |
| Hex | 3D | 14 | 33 | 0 | 43 | 10 | 4C | 13B | 33 | 10 |
| Octal | 75 | 24 | 63 | 0 | 103 | 20 | 114 | 473 | 63 | 20 |
| Binary | 111101 | 10100 | 110011 | 0 | 1000011 | 10000 | 1001100 | 100111011 | 110011 | 10000 |
Color Harmonies of #3D1433
Complementary color
Monochromatic Colors of #3D1433
Black with #3D1433
Text Example
Text Example
White with #3D1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1433; }
p { color: rgb(61,20,51); }
H1.HeaderClassName
{
color: #3D1433;
}
.AnyTagClassName
{
color: #3D1433;
}
</style>
background-color css
<style>
a { background-color: #3D1433; }
a { background-color: rgb(61,20,51); }
div.DivClassName
{
background-color: #3D1433;
}
.BgClassName
{
background-color: #3D1433;
}
</style>
border-color css
<style>
span { border-color: #3D1433; }
span { border-color: rgb(61,20,51); }
td.TdClassName
{
border-color: #3D1433;
}
.TagClassName
{
border-color: #3D1433;
}
</style>