Shades of Blackberry #3C002D
Tints of Blackberry #3C002D
RGB
CMYK
RGB Variations
Color information
#3C002D (or 0x3C002D) is known color: Blackberry. HEX triplet: 3C, 00 and 2D. RGB value is (60,0,45). Sum of RGB (Red+Green+Blue) = 60+0+45=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C002D is #C3FFD2. Grayscale: #161616. Windows color (decimal): -12845011 or 2949180. OLE color: 2949180.
HSL color Cylindrical-coordinate representation of color #3C002D: hue angle of 315º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C002D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 0 | 45 | - |
CMYK | 0 | 1 | 0.25 | 0.76 |
HSL | 315º | 1% | 0.12% | - |
HSV(B) | 315º | 1% | 0.24% | - |
XYZ | 2.34 | 1.15 | 2.58 | - |
YUV | 23.07 | 140.38 | 154.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 0 | 45 | 0 | 1 | 0.25 | 0.76 | 315 | 1 | 0.12 |
Hex | 3C | 0 | 2D | 0 | 64 | 19 | 4C | 13B | 64 | C |
Octal | 74 | 0 | 55 | 0 | 144 | 31 | 114 | 473 | 144 | 14 |
Binary | 111100 | 0 | 101101 | 0 | 1100100 | 11001 | 1001100 | 100111011 | 1100100 | 1100 |
Color Harmonies of #3C002D
Complementary color
Monochromatic Colors of #3C002D
Black with #3C002D
Text Example
Text Example
White with #3C002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C002D; }
p { color: rgb(60,0,45); }
H1.HeaderClassName
{
color: #3C002D;
}
.AnyTagClassName
{
color: #3C002D;
}
</style>
background-color css
<style>
a { background-color: #3C002D; }
a { background-color: rgb(60,0,45); }
div.DivClassName
{
background-color: #3C002D;
}
.BgClassName
{
background-color: #3C002D;
}
</style>
border-color css
<style>
span { border-color: #3C002D; }
span { border-color: rgb(60,0,45); }
td.TdClassName
{
border-color: #3C002D;
}
.TagClassName
{
border-color: #3C002D;
}
</style>