Shades of Blackberry #3F0B23
Tints of Blackberry #3F0B23
RGB
CMYK
RGB Variations
Color information
#3F0B23 (or 0x3F0B23) is known color: Blackberry. HEX triplet: 3F, 0B and 23. RGB value is (63,11,35). Sum of RGB (Red+Green+Blue) = 63+11+35=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B23 is #C0F4DC. Grayscale: #1D1D1D. Windows color (decimal): -12645597 or 2296639. OLE color: 2296639.
HSL color Cylindrical-coordinate representation of color #3F0B23: hue angle of 332.31º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B23 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 35 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.75 |
| HSL | 332.31º | 0.7% | 0.15% | - |
| HSV(B) | 332.31º | 0.83% | 0.25% | - |
| XYZ | 2.47 | 1.42 | 1.73 | - |
| YUV | 29.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 35 | 0 | 0.83 | 0.44 | 0.75 | 332.31 | 0.7 | 0.15 |
| Hex | 3F | B | 23 | 0 | 53 | 2C | 4B | 14C | 46 | F |
| Octal | 77 | 13 | 43 | 0 | 123 | 54 | 113 | 514 | 106 | 17 |
| Binary | 111111 | 1011 | 100011 | 0 | 1010011 | 101100 | 1001011 | 101001100 | 1000110 | 1111 |
Color Harmonies of #3F0B23
Complementary color
Monochromatic Colors of #3F0B23
Black with #3F0B23
Text Example
Text Example
White with #3F0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B23; }
p { color: rgb(63,11,35); }
H1.HeaderClassName
{
color: #3F0B23;
}
.AnyTagClassName
{
color: #3F0B23;
}
</style>
background-color css
<style>
a { background-color: #3F0B23; }
a { background-color: rgb(63,11,35); }
div.DivClassName
{
background-color: #3F0B23;
}
.BgClassName
{
background-color: #3F0B23;
}
</style>
border-color css
<style>
span { border-color: #3F0B23; }
span { border-color: rgb(63,11,35); }
td.TdClassName
{
border-color: #3F0B23;
}
.TagClassName
{
border-color: #3F0B23;
}
</style>