Shades of Blackberry #3C011B
Tints of Blackberry #3C011B
RGB
CMYK
RGB Variations
Color information
#3C011B (or 0x3C011B) is known color: Blackberry. HEX triplet: 3C, 01 and 1B. RGB value is (60,1,27). Sum of RGB (Red+Green+Blue) = 60+1+27=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C011B is #C3FEE4. Grayscale: #151515. Windows color (decimal): -12844773 or 1769788. OLE color: 1769788.
HSL color Cylindrical-coordinate representation of color #3C011B: hue angle of 333.56º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C011B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.76 |
| HSL | 333.56º | 0.97% | 0.12% | - |
| HSV(B) | 333.56º | 0.98% | 0.24% | - |
| XYZ | 2.07 | 1.06 | 1.13 | - |
| YUV | 21.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 27 | 0 | 0.98 | 0.55 | 0.76 | 333.56 | 0.97 | 0.12 |
| Hex | 3C | 1 | 1B | 0 | 62 | 37 | 4C | 14E | 61 | C |
| Octal | 74 | 1 | 33 | 0 | 142 | 67 | 114 | 516 | 141 | 14 |
| Binary | 111100 | 1 | 11011 | 0 | 1100010 | 110111 | 1001100 | 101001110 | 1100001 | 1100 |
Color Harmonies of #3C011B
Complementary color
Monochromatic Colors of #3C011B
Black with #3C011B
Text Example
Text Example
White with #3C011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C011B; }
p { color: rgb(60,1,27); }
H1.HeaderClassName
{
color: #3C011B;
}
.AnyTagClassName
{
color: #3C011B;
}
</style>
background-color css
<style>
a { background-color: #3C011B; }
a { background-color: rgb(60,1,27); }
div.DivClassName
{
background-color: #3C011B;
}
.BgClassName
{
background-color: #3C011B;
}
</style>
border-color css
<style>
span { border-color: #3C011B; }
span { border-color: rgb(60,1,27); }
td.TdClassName
{
border-color: #3C011B;
}
.TagClassName
{
border-color: #3C011B;
}
</style>