Shades of Blackberry #3C0123
Tints of Blackberry #3C0123
RGB
CMYK
RGB Variations
Color information
#3C0123 (or 0x3C0123) is known color: Blackberry. HEX triplet: 3C, 01 and 23. RGB value is (60,1,35). Sum of RGB (Red+Green+Blue) = 60+1+35=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0123 is #C3FEDC. Grayscale: #161616. Windows color (decimal): -12844765 or 2294076. OLE color: 2294076.
HSL color Cylindrical-coordinate representation of color #3C0123: hue angle of 325.42º 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 #3C0123 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 35 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.76 |
| HSL | 325.42º | 0.97% | 0.12% | - |
| HSV(B) | 325.42º | 0.98% | 0.24% | - |
| XYZ | 2.18 | 1.1 | 1.69 | - |
| YUV | 22.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 35 | 0 | 0.98 | 0.42 | 0.76 | 325.42 | 0.97 | 0.12 |
| Hex | 3C | 1 | 23 | 0 | 62 | 2A | 4C | 145 | 61 | C |
| Octal | 74 | 1 | 43 | 0 | 142 | 52 | 114 | 505 | 141 | 14 |
| Binary | 111100 | 1 | 100011 | 0 | 1100010 | 101010 | 1001100 | 101000101 | 1100001 | 1100 |
Color Harmonies of #3C0123
Complementary color
Monochromatic Colors of #3C0123
Black with #3C0123
Text Example
Text Example
White with #3C0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0123; }
p { color: rgb(60,1,35); }
H1.HeaderClassName
{
color: #3C0123;
}
.AnyTagClassName
{
color: #3C0123;
}
</style>
background-color css
<style>
a { background-color: #3C0123; }
a { background-color: rgb(60,1,35); }
div.DivClassName
{
background-color: #3C0123;
}
.BgClassName
{
background-color: #3C0123;
}
</style>
border-color css
<style>
span { border-color: #3C0123; }
span { border-color: rgb(60,1,35); }
td.TdClassName
{
border-color: #3C0123;
}
.TagClassName
{
border-color: #3C0123;
}
</style>