Shades of Blackberry #3D0434
Tints of Blackberry #3D0434
RGB
CMYK
RGB Variations
Color information
#3D0434 (or 0x3D0434) is known color: Blackberry. HEX triplet: 3D, 04 and 34. RGB value is (61,4,52). Sum of RGB (Red+Green+Blue) = 61+4+52=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0434 is #C2FBCB. Grayscale: #1A1A1A. Windows color (decimal): -12778444 or 3408957. OLE color: 3408957.
HSL color Cylindrical-coordinate representation of color #3D0434: hue angle of 309.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0434 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 4 | 52 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.76 |
| HSL | 309.47º | 0.88% | 0.13% | - |
| HSV(B) | 309.47º | 0.93% | 0.24% | - |
| XYZ | 2.59 | 1.33 | 3.37 | - |
| YUV | 26.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 52 | 0 | 0.93 | 0.15 | 0.76 | 309.47 | 0.88 | 0.13 |
| Hex | 3D | 4 | 34 | 0 | 5D | F | 4C | 135 | 58 | D |
| Octal | 75 | 4 | 64 | 0 | 135 | 17 | 114 | 465 | 130 | 15 |
| Binary | 111101 | 100 | 110100 | 0 | 1011101 | 1111 | 1001100 | 100110101 | 1011000 | 1101 |
Color Harmonies of #3D0434
Complementary color
Monochromatic Colors of #3D0434
Black with #3D0434
Text Example
Text Example
White with #3D0434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0434; }
p { color: rgb(61,4,52); }
H1.HeaderClassName
{
color: #3D0434;
}
.AnyTagClassName
{
color: #3D0434;
}
</style>
background-color css
<style>
a { background-color: #3D0434; }
a { background-color: rgb(61,4,52); }
div.DivClassName
{
background-color: #3D0434;
}
.BgClassName
{
background-color: #3D0434;
}
</style>
border-color css
<style>
span { border-color: #3D0434; }
span { border-color: rgb(61,4,52); }
td.TdClassName
{
border-color: #3D0434;
}
.TagClassName
{
border-color: #3D0434;
}
</style>