Shades of Blackberry #3C1827
Tints of Blackberry #3C1827
RGB
CMYK
RGB Variations
Color information
#3C1827 (or 0x3C1827) is known color: Blackberry. HEX triplet: 3C, 18 and 27. RGB value is (60,24,39). Sum of RGB (Red+Green+Blue) = 60+24+39=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1827 is #C3E7D8. Grayscale: #242424. Windows color (decimal): -12838873 or 2562108. OLE color: 2562108.
HSL color Cylindrical-coordinate representation of color #3C1827: hue angle of 335º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1827 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 39 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.76 |
| HSL | 335º | 0.43% | 0.16% | - |
| HSV(B) | 335º | 0.6% | 0.24% | - |
| XYZ | 2.56 | 1.76 | 2.12 | - |
| YUV | 36.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 39 | 0 | 0.60 | 0.35 | 0.76 | 335 | 0.43 | 0.16 |
| Hex | 3C | 18 | 27 | 0 | 3C | 23 | 4C | 14F | 2B | 10 |
| Octal | 74 | 30 | 47 | 0 | 74 | 43 | 114 | 517 | 53 | 20 |
| Binary | 111100 | 11000 | 100111 | 0 | 111100 | 100011 | 1001100 | 101001111 | 101011 | 10000 |
Color Harmonies of #3C1827
Complementary color
Monochromatic Colors of #3C1827
Black with #3C1827
Text Example
Text Example
White with #3C1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1827; }
p { color: rgb(60,24,39); }
H1.HeaderClassName
{
color: #3C1827;
}
.AnyTagClassName
{
color: #3C1827;
}
</style>
background-color css
<style>
a { background-color: #3C1827; }
a { background-color: rgb(60,24,39); }
div.DivClassName
{
background-color: #3C1827;
}
.BgClassName
{
background-color: #3C1827;
}
</style>
border-color css
<style>
span { border-color: #3C1827; }
span { border-color: rgb(60,24,39); }
td.TdClassName
{
border-color: #3C1827;
}
.TagClassName
{
border-color: #3C1827;
}
</style>