Shades of Blackberry #3C0D1F
Tints of Blackberry #3C0D1F
RGB
CMYK
RGB Variations
Color information
#3C0D1F (or 0x3C0D1F) is known color: Blackberry. HEX triplet: 3C, 0D and 1F. RGB value is (60,13,31). Sum of RGB (Red+Green+Blue) = 60+13+31=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D1F is #C3F2E0. Grayscale: #1D1D1D. Windows color (decimal): -12841697 or 2035004. OLE color: 2035004.
HSL color Cylindrical-coordinate representation of color #3C0D1F: hue angle of 337.02º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D1F is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 31 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.76 |
| HSL | 337.02º | 0.64% | 0.14% | - |
| HSV(B) | 337.02º | 0.78% | 0.24% | - |
| XYZ | 2.25 | 1.35 | 1.44 | - |
| YUV | 29.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 31 | 0 | 0.78 | 0.48 | 0.76 | 337.02 | 0.64 | 0.14 |
| Hex | 3C | D | 1F | 0 | 4E | 30 | 4C | 151 | 40 | E |
| Octal | 74 | 15 | 37 | 0 | 116 | 60 | 114 | 521 | 100 | 16 |
| Binary | 111100 | 1101 | 11111 | 0 | 1001110 | 110000 | 1001100 | 101010001 | 1000000 | 1110 |
Color Harmonies of #3C0D1F
Complementary color
Monochromatic Colors of #3C0D1F
Black with #3C0D1F
Text Example
Text Example
White with #3C0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D1F; }
p { color: rgb(60,13,31); }
H1.HeaderClassName
{
color: #3C0D1F;
}
.AnyTagClassName
{
color: #3C0D1F;
}
</style>
background-color css
<style>
a { background-color: #3C0D1F; }
a { background-color: rgb(60,13,31); }
div.DivClassName
{
background-color: #3C0D1F;
}
.BgClassName
{
background-color: #3C0D1F;
}
</style>
border-color css
<style>
span { border-color: #3C0D1F; }
span { border-color: rgb(60,13,31); }
td.TdClassName
{
border-color: #3C0D1F;
}
.TagClassName
{
border-color: #3C0D1F;
}
</style>