Shades of Blackberry #3F0A30
Tints of Blackberry #3F0A30
RGB
CMYK
RGB Variations
Color information
#3F0A30 (or 0x3F0A30) is known color: Blackberry. HEX triplet: 3F, 0A and 30. RGB value is (63,10,48). Sum of RGB (Red+Green+Blue) = 63+10+48=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A30 is #C0F5CF. Grayscale: #1E1E1E. Windows color (decimal): -12645840 or 3148351. OLE color: 3148351.
HSL color Cylindrical-coordinate representation of color #3F0A30: hue angle of 316.98º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A30 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 10 | 48 | - |
CMYK | 0 | 0.84 | 0.24 | 0.75 |
HSL | 316.98º | 0.73% | 0.14% | - |
HSV(B) | 316.98º | 0.84% | 0.25% | - |
XYZ | 2.69 | 1.49 | 2.94 | - |
YUV | 30.18 | 138.06 | 151.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 10 | 48 | 0 | 0.84 | 0.24 | 0.75 | 316.98 | 0.73 | 0.14 |
Hex | 3F | A | 30 | 0 | 54 | 18 | 4B | 13D | 49 | E |
Octal | 77 | 12 | 60 | 0 | 124 | 30 | 113 | 475 | 111 | 16 |
Binary | 111111 | 1010 | 110000 | 0 | 1010100 | 11000 | 1001011 | 100111101 | 1001001 | 1110 |
Color Harmonies of #3F0A30
Complementary color
Monochromatic Colors of #3F0A30
Black with #3F0A30
Text Example
Text Example
White with #3F0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A30; }
p { color: rgb(63,10,48); }
H1.HeaderClassName
{
color: #3F0A30;
}
.AnyTagClassName
{
color: #3F0A30;
}
</style>
background-color css
<style>
a { background-color: #3F0A30; }
a { background-color: rgb(63,10,48); }
div.DivClassName
{
background-color: #3F0A30;
}
.BgClassName
{
background-color: #3F0A30;
}
</style>
border-color css
<style>
span { border-color: #3F0A30; }
span { border-color: rgb(63,10,48); }
td.TdClassName
{
border-color: #3F0A30;
}
.TagClassName
{
border-color: #3F0A30;
}
</style>