Shades of Blackberry #3E031C
Tints of Blackberry #3E031C
RGB
CMYK
RGB Variations
Color information
#3E031C (or 0x3E031C) is known color: Blackberry. HEX triplet: 3E, 03 and 1C. RGB value is (62,3,28). Sum of RGB (Red+Green+Blue) = 62+3+28=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E031C is #C1FCE3. Grayscale: #171717. Windows color (decimal): -12713188 or 1835838. OLE color: 1835838.
HSL color Cylindrical-coordinate representation of color #3E031C: hue angle of 334.58º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E031C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 28 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.76 |
| HSL | 334.58º | 0.91% | 0.13% | - |
| HSV(B) | 334.58º | 0.95% | 0.24% | - |
| XYZ | 2.23 | 1.17 | 1.21 | - |
| YUV | 23.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 28 | 0 | 0.95 | 0.55 | 0.76 | 334.58 | 0.91 | 0.13 |
| Hex | 3E | 3 | 1C | 0 | 5F | 37 | 4C | 14F | 5B | D |
| Octal | 76 | 3 | 34 | 0 | 137 | 67 | 114 | 517 | 133 | 15 |
| Binary | 111110 | 11 | 11100 | 0 | 1011111 | 110111 | 1001100 | 101001111 | 1011011 | 1101 |
Color Harmonies of #3E031C
Complementary color
Monochromatic Colors of #3E031C
Black with #3E031C
Text Example
Text Example
White with #3E031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E031C; }
p { color: rgb(62,3,28); }
H1.HeaderClassName
{
color: #3E031C;
}
.AnyTagClassName
{
color: #3E031C;
}
</style>
background-color css
<style>
a { background-color: #3E031C; }
a { background-color: rgb(62,3,28); }
div.DivClassName
{
background-color: #3E031C;
}
.BgClassName
{
background-color: #3E031C;
}
</style>
border-color css
<style>
span { border-color: #3E031C; }
span { border-color: rgb(62,3,28); }
td.TdClassName
{
border-color: #3E031C;
}
.TagClassName
{
border-color: #3E031C;
}
</style>