Shades of Blackberry #3D0327
Tints of Blackberry #3D0327
RGB
CMYK
RGB Variations
Color information
#3D0327 (or 0x3D0327) is known color: Blackberry. HEX triplet: 3D, 03 and 27. RGB value is (61,3,39). Sum of RGB (Red+Green+Blue) = 61+3+39=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0327 is #C2FCD8. Grayscale: #181818. Windows color (decimal): -12778713 or 2556733. OLE color: 2556733.
HSL color Cylindrical-coordinate representation of color #3D0327: hue angle of 322.76º 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 #3D0327 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 39 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.76 |
| HSL | 322.76º | 0.91% | 0.13% | - |
| HSV(B) | 322.76º | 0.95% | 0.24% | - |
| XYZ | 2.32 | 1.2 | 2.03 | - |
| YUV | 24.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 39 | 0 | 0.95 | 0.36 | 0.76 | 322.76 | 0.91 | 0.13 |
| Hex | 3D | 3 | 27 | 0 | 5F | 24 | 4C | 143 | 5B | D |
| Octal | 75 | 3 | 47 | 0 | 137 | 44 | 114 | 503 | 133 | 15 |
| Binary | 111101 | 11 | 100111 | 0 | 1011111 | 100100 | 1001100 | 101000011 | 1011011 | 1101 |
Color Harmonies of #3D0327
Complementary color
Monochromatic Colors of #3D0327
Black with #3D0327
Text Example
Text Example
White with #3D0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0327; }
p { color: rgb(61,3,39); }
H1.HeaderClassName
{
color: #3D0327;
}
.AnyTagClassName
{
color: #3D0327;
}
</style>
background-color css
<style>
a { background-color: #3D0327; }
a { background-color: rgb(61,3,39); }
div.DivClassName
{
background-color: #3D0327;
}
.BgClassName
{
background-color: #3D0327;
}
</style>
border-color css
<style>
span { border-color: #3D0327; }
span { border-color: rgb(61,3,39); }
td.TdClassName
{
border-color: #3D0327;
}
.TagClassName
{
border-color: #3D0327;
}
</style>