Shades of Blackberry #3C032E
Tints of Blackberry #3C032E
RGB
CMYK
RGB Variations
Color information
#3C032E (or 0x3C032E) is known color: Blackberry. HEX triplet: 3C, 03 and 2E. RGB value is (60,3,46). Sum of RGB (Red+Green+Blue) = 60+3+46=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C032E is #C3FCD1. Grayscale: #181818. Windows color (decimal): -12844242 or 3015484. OLE color: 3015484.
HSL color Cylindrical-coordinate representation of color #3C032E: hue angle of 314.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C032E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 46 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.76 |
| HSL | 314.74º | 0.9% | 0.12% | - |
| HSV(B) | 314.74º | 0.95% | 0.24% | - |
| XYZ | 2.39 | 1.22 | 2.69 | - |
| YUV | 24.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 46 | 0 | 0.95 | 0.23 | 0.76 | 314.74 | 0.9 | 0.12 |
| Hex | 3C | 3 | 2E | 0 | 5F | 17 | 4C | 13B | 5A | C |
| Octal | 74 | 3 | 56 | 0 | 137 | 27 | 114 | 473 | 132 | 14 |
| Binary | 111100 | 11 | 101110 | 0 | 1011111 | 10111 | 1001100 | 100111011 | 1011010 | 1100 |
Color Harmonies of #3C032E
Complementary color
Monochromatic Colors of #3C032E
Black with #3C032E
Text Example
Text Example
White with #3C032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C032E; }
p { color: rgb(60,3,46); }
H1.HeaderClassName
{
color: #3C032E;
}
.AnyTagClassName
{
color: #3C032E;
}
</style>
background-color css
<style>
a { background-color: #3C032E; }
a { background-color: rgb(60,3,46); }
div.DivClassName
{
background-color: #3C032E;
}
.BgClassName
{
background-color: #3C032E;
}
</style>
border-color css
<style>
span { border-color: #3C032E; }
span { border-color: rgb(60,3,46); }
td.TdClassName
{
border-color: #3C032E;
}
.TagClassName
{
border-color: #3C032E;
}
</style>