Shades of Blackberry #3E031E
Tints of Blackberry #3E031E
RGB
CMYK
RGB Variations
Color information
#3E031E (or 0x3E031E) is known color: Blackberry. HEX triplet: 3E, 03 and 1E. RGB value is (62,3,30). Sum of RGB (Red+Green+Blue) = 62+3+30=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E031E is #C1FCE1. Grayscale: #171717. Windows color (decimal): -12713186 or 1966910. OLE color: 1966910.
HSL color Cylindrical-coordinate representation of color #3E031E: hue angle of 332.54º 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 #3E031E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 3 | 30 | - |
CMYK | 0 | 0.95 | 0.52 | 0.76 |
HSL | 332.54º | 0.91% | 0.13% | - |
HSV(B) | 332.54º | 0.95% | 0.24% | - |
XYZ | 2.25 | 1.18 | 1.34 | - |
YUV | 23.72 | 131.55 | 155.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 3 | 30 | 0 | 0.95 | 0.52 | 0.76 | 332.54 | 0.91 | 0.13 |
Hex | 3E | 3 | 1E | 0 | 5F | 34 | 4C | 14D | 5B | D |
Octal | 76 | 3 | 36 | 0 | 137 | 64 | 114 | 515 | 133 | 15 |
Binary | 111110 | 11 | 11110 | 0 | 1011111 | 110100 | 1001100 | 101001101 | 1011011 | 1101 |
Color Harmonies of #3E031E
Complementary color
Monochromatic Colors of #3E031E
Black with #3E031E
Text Example
Text Example
White with #3E031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E031E; }
p { color: rgb(62,3,30); }
H1.HeaderClassName
{
color: #3E031E;
}
.AnyTagClassName
{
color: #3E031E;
}
</style>
background-color css
<style>
a { background-color: #3E031E; }
a { background-color: rgb(62,3,30); }
div.DivClassName
{
background-color: #3E031E;
}
.BgClassName
{
background-color: #3E031E;
}
</style>
border-color css
<style>
span { border-color: #3E031E; }
span { border-color: rgb(62,3,30); }
td.TdClassName
{
border-color: #3E031E;
}
.TagClassName
{
border-color: #3E031E;
}
</style>