Shades of Blackberry #3E061C
Tints of Blackberry #3E061C
RGB
CMYK
RGB Variations
Color information
#3E061C (or 0x3E061C) is known color: Blackberry. HEX triplet: 3E, 06 and 1C. RGB value is (62,6,28). Sum of RGB (Red+Green+Blue) = 62+6+28=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E061C is #C1F9E3. Grayscale: #191919. Windows color (decimal): -12712420 or 1836606. OLE color: 1836606.
HSL color Cylindrical-coordinate representation of color #3E061C: hue angle of 336.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E061C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 28 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.76 |
| HSL | 336.43º | 0.82% | 0.13% | - |
| HSV(B) | 336.43º | 0.9% | 0.24% | - |
| XYZ | 2.26 | 1.24 | 1.22 | - |
| YUV | 25.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 28 | 0 | 0.90 | 0.55 | 0.76 | 336.43 | 0.82 | 0.13 |
| Hex | 3E | 6 | 1C | 0 | 5A | 37 | 4C | 150 | 52 | D |
| Octal | 76 | 6 | 34 | 0 | 132 | 67 | 114 | 520 | 122 | 15 |
| Binary | 111110 | 110 | 11100 | 0 | 1011010 | 110111 | 1001100 | 101010000 | 1010010 | 1101 |
Color Harmonies of #3E061C
Complementary color
Monochromatic Colors of #3E061C
Black with #3E061C
Text Example
Text Example
White with #3E061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E061C; }
p { color: rgb(62,6,28); }
H1.HeaderClassName
{
color: #3E061C;
}
.AnyTagClassName
{
color: #3E061C;
}
</style>
background-color css
<style>
a { background-color: #3E061C; }
a { background-color: rgb(62,6,28); }
div.DivClassName
{
background-color: #3E061C;
}
.BgClassName
{
background-color: #3E061C;
}
</style>
border-color css
<style>
span { border-color: #3E061C; }
span { border-color: rgb(62,6,28); }
td.TdClassName
{
border-color: #3E061C;
}
.TagClassName
{
border-color: #3E061C;
}
</style>