Shades of Blackberry #3C0F2B
Tints of Blackberry #3C0F2B
RGB
CMYK
RGB Variations
Color information
#3C0F2B (or 0x3C0F2B) is known color: Blackberry. HEX triplet: 3C, 0F and 2B. RGB value is (60,15,43). Sum of RGB (Red+Green+Blue) = 60+15+43=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0F2B is #C3F0D4. Grayscale: #1F1F1F. Windows color (decimal): -12841173 or 2821948. OLE color: 2821948.
HSL color Cylindrical-coordinate representation of color #3C0F2B: hue angle of 322.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C0F2B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 43 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.76 |
| HSL | 322.67º | 0.6% | 0.15% | - |
| HSV(B) | 322.67º | 0.75% | 0.24% | - |
| XYZ | 2.47 | 1.48 | 2.44 | - |
| YUV | 31.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 43 | 0 | 0.75 | 0.28 | 0.76 | 322.67 | 0.6 | 0.15 |
| Hex | 3C | F | 2B | 0 | 4B | 1C | 4C | 143 | 3C | F |
| Octal | 74 | 17 | 53 | 0 | 113 | 34 | 114 | 503 | 74 | 17 |
| Binary | 111100 | 1111 | 101011 | 0 | 1001011 | 11100 | 1001100 | 101000011 | 111100 | 1111 |
Color Harmonies of #3C0F2B
Complementary color
Monochromatic Colors of #3C0F2B
Black with #3C0F2B
Text Example
Text Example
White with #3C0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F2B; }
p { color: rgb(60,15,43); }
H1.HeaderClassName
{
color: #3C0F2B;
}
.AnyTagClassName
{
color: #3C0F2B;
}
</style>
background-color css
<style>
a { background-color: #3C0F2B; }
a { background-color: rgb(60,15,43); }
div.DivClassName
{
background-color: #3C0F2B;
}
.BgClassName
{
background-color: #3C0F2B;
}
</style>
border-color css
<style>
span { border-color: #3C0F2B; }
span { border-color: rgb(60,15,43); }
td.TdClassName
{
border-color: #3C0F2B;
}
.TagClassName
{
border-color: #3C0F2B;
}
</style>