Shades of Blackberry #3C0B2D
Tints of Blackberry #3C0B2D
RGB
CMYK
RGB Variations
Color information
#3C0B2D (or 0x3C0B2D) is known color: Blackberry. HEX triplet: 3C, 0B and 2D. RGB value is (60,11,45). Sum of RGB (Red+Green+Blue) = 60+11+45=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0B2D is #C3F4D2. Grayscale: #1D1D1D. Windows color (decimal): -12842195 or 2951996. OLE color: 2951996.
HSL color Cylindrical-coordinate representation of color #3C0B2D: hue angle of 318.37º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C0B2D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 11 | 45 | - |
CMYK | 0 | 0.82 | 0.25 | 0.76 |
HSL | 318.37º | 0.69% | 0.14% | - |
HSV(B) | 318.37º | 0.82% | 0.24% | - |
XYZ | 2.46 | 1.39 | 2.62 | - |
YUV | 29.53 | 136.73 | 149.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 11 | 45 | 0 | 0.82 | 0.25 | 0.76 | 318.37 | 0.69 | 0.14 |
Hex | 3C | B | 2D | 0 | 52 | 19 | 4C | 13E | 45 | E |
Octal | 74 | 13 | 55 | 0 | 122 | 31 | 114 | 476 | 105 | 16 |
Binary | 111100 | 1011 | 101101 | 0 | 1010010 | 11001 | 1001100 | 100111110 | 1000101 | 1110 |
Color Harmonies of #3C0B2D
Complementary color
Monochromatic Colors of #3C0B2D
Black with #3C0B2D
Text Example
Text Example
White with #3C0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B2D; }
p { color: rgb(60,11,45); }
H1.HeaderClassName
{
color: #3C0B2D;
}
.AnyTagClassName
{
color: #3C0B2D;
}
</style>
background-color css
<style>
a { background-color: #3C0B2D; }
a { background-color: rgb(60,11,45); }
div.DivClassName
{
background-color: #3C0B2D;
}
.BgClassName
{
background-color: #3C0B2D;
}
</style>
border-color css
<style>
span { border-color: #3C0B2D; }
span { border-color: rgb(60,11,45); }
td.TdClassName
{
border-color: #3C0B2D;
}
.TagClassName
{
border-color: #3C0B2D;
}
</style>