Shades of Blackberry #3C1330
Tints of Blackberry #3C1330
RGB
CMYK
RGB Variations
Color information
#3C1330 (or 0x3C1330) is known color: Blackberry. HEX triplet: 3C, 13 and 30. RGB value is (60,19,48). Sum of RGB (Red+Green+Blue) = 60+19+48=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1330 is #C3ECCF. Grayscale: #222222. Windows color (decimal): -12840144 or 3150652. OLE color: 3150652.
HSL color Cylindrical-coordinate representation of color #3C1330: hue angle of 317.56º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C1330 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 19 | 48 | - |
CMYK | 0 | 0.68 | 0.20 | 0.76 |
HSL | 317.56º | 0.52% | 0.15% | - |
HSV(B) | 317.56º | 0.68% | 0.24% | - |
XYZ | 2.63 | 1.64 | 2.97 | - |
YUV | 34.57 | 135.58 | 146.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 19 | 48 | 0 | 0.68 | 0.20 | 0.76 | 317.56 | 0.52 | 0.15 |
Hex | 3C | 13 | 30 | 0 | 44 | 14 | 4C | 13E | 34 | F |
Octal | 74 | 23 | 60 | 0 | 104 | 24 | 114 | 476 | 64 | 17 |
Binary | 111100 | 10011 | 110000 | 0 | 1000100 | 10100 | 1001100 | 100111110 | 110100 | 1111 |
Color Harmonies of #3C1330
Complementary color
Monochromatic Colors of #3C1330
Black with #3C1330
Text Example
Text Example
White with #3C1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1330; }
p { color: rgb(60,19,48); }
H1.HeaderClassName
{
color: #3C1330;
}
.AnyTagClassName
{
color: #3C1330;
}
</style>
background-color css
<style>
a { background-color: #3C1330; }
a { background-color: rgb(60,19,48); }
div.DivClassName
{
background-color: #3C1330;
}
.BgClassName
{
background-color: #3C1330;
}
</style>
border-color css
<style>
span { border-color: #3C1330; }
span { border-color: rgb(60,19,48); }
td.TdClassName
{
border-color: #3C1330;
}
.TagClassName
{
border-color: #3C1330;
}
</style>