Shades of Blackberry #3C092F
Tints of Blackberry #3C092F
RGB
CMYK
RGB Variations
Color information
#3C092F (or 0x3C092F) is known color: Blackberry. HEX triplet: 3C, 09 and 2F. RGB value is (60,9,47). Sum of RGB (Red+Green+Blue) = 60+9+47=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C092F is #C3F6D0. Grayscale: #1C1C1C. Windows color (decimal): -12842705 or 3082556. OLE color: 3082556.
HSL color Cylindrical-coordinate representation of color #3C092F: hue angle of 315.29º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C092F is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 47 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.76 |
| HSL | 315.29º | 0.74% | 0.14% | - |
| HSV(B) | 315.29º | 0.85% | 0.24% | - |
| XYZ | 2.47 | 1.36 | 2.82 | - |
| YUV | 28.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 47 | 0 | 0.85 | 0.22 | 0.76 | 315.29 | 0.74 | 0.14 |
| Hex | 3C | 9 | 2F | 0 | 55 | 16 | 4C | 13B | 4A | E |
| Octal | 74 | 11 | 57 | 0 | 125 | 26 | 114 | 473 | 112 | 16 |
| Binary | 111100 | 1001 | 101111 | 0 | 1010101 | 10110 | 1001100 | 100111011 | 1001010 | 1110 |
Color Harmonies of #3C092F
Complementary color
Monochromatic Colors of #3C092F
Black with #3C092F
Text Example
Text Example
White with #3C092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C092F; }
p { color: rgb(60,9,47); }
H1.HeaderClassName
{
color: #3C092F;
}
.AnyTagClassName
{
color: #3C092F;
}
</style>
background-color css
<style>
a { background-color: #3C092F; }
a { background-color: rgb(60,9,47); }
div.DivClassName
{
background-color: #3C092F;
}
.BgClassName
{
background-color: #3C092F;
}
</style>
border-color css
<style>
span { border-color: #3C092F; }
span { border-color: rgb(60,9,47); }
td.TdClassName
{
border-color: #3C092F;
}
.TagClassName
{
border-color: #3C092F;
}
</style>