Shades of Blackberry #3C0E23
Tints of Blackberry #3C0E23
RGB
CMYK
RGB Variations
Color information
#3C0E23 (or 0x3C0E23) is known color: Blackberry. HEX triplet: 3C, 0E and 23. RGB value is (60,14,35). Sum of RGB (Red+Green+Blue) = 60+14+35=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E23 is #C3F1DC. Grayscale: #1E1E1E. Windows color (decimal): -12841437 or 2297404. OLE color: 2297404.
HSL color Cylindrical-coordinate representation of color #3C0E23: hue angle of 332.61º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C0E23 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 35 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.76 |
| HSL | 332.61º | 0.62% | 0.15% | - |
| HSV(B) | 332.61º | 0.77% | 0.24% | - |
| XYZ | 2.32 | 1.4 | 1.74 | - |
| YUV | 30.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 35 | 0 | 0.77 | 0.42 | 0.76 | 332.61 | 0.62 | 0.15 |
| Hex | 3C | E | 23 | 0 | 4D | 2A | 4C | 14D | 3E | F |
| Octal | 74 | 16 | 43 | 0 | 115 | 52 | 114 | 515 | 76 | 17 |
| Binary | 111100 | 1110 | 100011 | 0 | 1001101 | 101010 | 1001100 | 101001101 | 111110 | 1111 |
Color Harmonies of #3C0E23
Complementary color
Monochromatic Colors of #3C0E23
Black with #3C0E23
Text Example
Text Example
White with #3C0E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E23; }
p { color: rgb(60,14,35); }
H1.HeaderClassName
{
color: #3C0E23;
}
.AnyTagClassName
{
color: #3C0E23;
}
</style>
background-color css
<style>
a { background-color: #3C0E23; }
a { background-color: rgb(60,14,35); }
div.DivClassName
{
background-color: #3C0E23;
}
.BgClassName
{
background-color: #3C0E23;
}
</style>
border-color css
<style>
span { border-color: #3C0E23; }
span { border-color: rgb(60,14,35); }
td.TdClassName
{
border-color: #3C0E23;
}
.TagClassName
{
border-color: #3C0E23;
}
</style>