Shades of Blackberry #3F182D
Tints of Blackberry #3F182D
RGB
CMYK
RGB Variations
Color information
#3F182D (or 0x3F182D) is known color: Blackberry. HEX triplet: 3F, 18 and 2D. RGB value is (63,24,45). Sum of RGB (Red+Green+Blue) = 63+24+45=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F182D is #C0E7D2. Grayscale: #262626. Windows color (decimal): -12642259 or 2955327. OLE color: 2955327.
HSL color Cylindrical-coordinate representation of color #3F182D: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F182D is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 45 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.75 |
| HSL | 327.69º | 0.45% | 0.17% | - |
| HSV(B) | 327.69º | 0.62% | 0.25% | - |
| XYZ | 2.85 | 1.9 | 2.7 | - |
| YUV | 38.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 45 | 0 | 0.62 | 0.29 | 0.75 | 327.69 | 0.45 | 0.17 |
| Hex | 3F | 18 | 2D | 0 | 3E | 1D | 4B | 148 | 2D | 11 |
| Octal | 77 | 30 | 55 | 0 | 76 | 35 | 113 | 510 | 55 | 21 |
| Binary | 111111 | 11000 | 101101 | 0 | 111110 | 11101 | 1001011 | 101001000 | 101101 | 10001 |
Color Harmonies of #3F182D
Complementary color
Monochromatic Colors of #3F182D
Black with #3F182D
Text Example
Text Example
White with #3F182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F182D; }
p { color: rgb(63,24,45); }
H1.HeaderClassName
{
color: #3F182D;
}
.AnyTagClassName
{
color: #3F182D;
}
</style>
background-color css
<style>
a { background-color: #3F182D; }
a { background-color: rgb(63,24,45); }
div.DivClassName
{
background-color: #3F182D;
}
.BgClassName
{
background-color: #3F182D;
}
</style>
border-color css
<style>
span { border-color: #3F182D; }
span { border-color: rgb(63,24,45); }
td.TdClassName
{
border-color: #3F182D;
}
.TagClassName
{
border-color: #3F182D;
}
</style>