Shades of Blackberry #3C0319
Tints of Blackberry #3C0319
RGB
CMYK
RGB Variations
Color information
#3C0319 (or 0x3C0319) is known color: Blackberry. HEX triplet: 3C, 03 and 19. RGB value is (60,3,25). Sum of RGB (Red+Green+Blue) = 60+3+25=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0319 is #C3FCE6. Grayscale: #161616. Windows color (decimal): -12844263 or 1639228. OLE color: 1639228.
HSL color Cylindrical-coordinate representation of color #3C0319: hue angle of 336.84º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0319 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 25 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.76 |
| HSL | 336.84º | 0.9% | 0.12% | - |
| HSV(B) | 336.84º | 0.95% | 0.24% | - |
| XYZ | 2.07 | 1.1 | 1.02 | - |
| YUV | 22.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 25 | 0 | 0.95 | 0.58 | 0.76 | 336.84 | 0.9 | 0.12 |
| Hex | 3C | 3 | 19 | 0 | 5F | 3A | 4C | 151 | 5A | C |
| Octal | 74 | 3 | 31 | 0 | 137 | 72 | 114 | 521 | 132 | 14 |
| Binary | 111100 | 11 | 11001 | 0 | 1011111 | 111010 | 1001100 | 101010001 | 1011010 | 1100 |
Color Harmonies of #3C0319
Complementary color
Monochromatic Colors of #3C0319
Black with #3C0319
Text Example
Text Example
White with #3C0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0319; }
p { color: rgb(60,3,25); }
H1.HeaderClassName
{
color: #3C0319;
}
.AnyTagClassName
{
color: #3C0319;
}
</style>
background-color css
<style>
a { background-color: #3C0319; }
a { background-color: rgb(60,3,25); }
div.DivClassName
{
background-color: #3C0319;
}
.BgClassName
{
background-color: #3C0319;
}
</style>
border-color css
<style>
span { border-color: #3C0319; }
span { border-color: rgb(60,3,25); }
td.TdClassName
{
border-color: #3C0319;
}
.TagClassName
{
border-color: #3C0319;
}
</style>