Shades of Blackberry #3C051E
Tints of Blackberry #3C051E
RGB
CMYK
RGB Variations
Color information
#3C051E (or 0x3C051E) is known color: Blackberry. HEX triplet: 3C, 05 and 1E. RGB value is (60,5,30). Sum of RGB (Red+Green+Blue) = 60+5+30=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C051E is #C3FAE1. Grayscale: #181818. Windows color (decimal): -12843746 or 1967420. OLE color: 1967420.
HSL color Cylindrical-coordinate representation of color #3C051E: hue angle of 332.73º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C051E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 5 | 30 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.76 |
| HSL | 332.73º | 0.85% | 0.13% | - |
| HSV(B) | 332.73º | 0.92% | 0.24% | - |
| XYZ | 2.15 | 1.16 | 1.34 | - |
| YUV | 24.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 30 | 0 | 0.92 | 0.50 | 0.76 | 332.73 | 0.85 | 0.13 |
| Hex | 3C | 5 | 1E | 0 | 5C | 32 | 4C | 14D | 55 | D |
| Octal | 74 | 5 | 36 | 0 | 134 | 62 | 114 | 515 | 125 | 15 |
| Binary | 111100 | 101 | 11110 | 0 | 1011100 | 110010 | 1001100 | 101001101 | 1010101 | 1101 |
Color Harmonies of #3C051E
Complementary color
Monochromatic Colors of #3C051E
Black with #3C051E
Text Example
Text Example
White with #3C051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C051E; }
p { color: rgb(60,5,30); }
H1.HeaderClassName
{
color: #3C051E;
}
.AnyTagClassName
{
color: #3C051E;
}
</style>
background-color css
<style>
a { background-color: #3C051E; }
a { background-color: rgb(60,5,30); }
div.DivClassName
{
background-color: #3C051E;
}
.BgClassName
{
background-color: #3C051E;
}
</style>
border-color css
<style>
span { border-color: #3C051E; }
span { border-color: rgb(60,5,30); }
td.TdClassName
{
border-color: #3C051E;
}
.TagClassName
{
border-color: #3C051E;
}
</style>