Shades of Blackberry #3F0323
Tints of Blackberry #3F0323
RGB
CMYK
RGB Variations
Color information
#3F0323 (or 0x3F0323) is known color: Blackberry. HEX triplet: 3F, 03 and 23. RGB value is (63,3,35). Sum of RGB (Red+Green+Blue) = 63+3+35=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0323 is #C0FCDC. Grayscale: #181818. Windows color (decimal): -12647645 or 2294591. OLE color: 2294591.
HSL color Cylindrical-coordinate representation of color #3F0323: hue angle of 328º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0323 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 35 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.75 |
| HSL | 328º | 0.91% | 0.13% | - |
| HSV(B) | 328º | 0.95% | 0.25% | - |
| XYZ | 2.39 | 1.24 | 1.7 | - |
| YUV | 24.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 35 | 0 | 0.95 | 0.44 | 0.75 | 328 | 0.91 | 0.13 |
| Hex | 3F | 3 | 23 | 0 | 5F | 2C | 4B | 148 | 5B | D |
| Octal | 77 | 3 | 43 | 0 | 137 | 54 | 113 | 510 | 133 | 15 |
| Binary | 111111 | 11 | 100011 | 0 | 1011111 | 101100 | 1001011 | 101001000 | 1011011 | 1101 |
Color Harmonies of #3F0323
Complementary color
Monochromatic Colors of #3F0323
Black with #3F0323
Text Example
Text Example
White with #3F0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0323; }
p { color: rgb(63,3,35); }
H1.HeaderClassName
{
color: #3F0323;
}
.AnyTagClassName
{
color: #3F0323;
}
</style>
background-color css
<style>
a { background-color: #3F0323; }
a { background-color: rgb(63,3,35); }
div.DivClassName
{
background-color: #3F0323;
}
.BgClassName
{
background-color: #3F0323;
}
</style>
border-color css
<style>
span { border-color: #3F0323; }
span { border-color: rgb(63,3,35); }
td.TdClassName
{
border-color: #3F0323;
}
.TagClassName
{
border-color: #3F0323;
}
</style>