Shades of Rhino #3F4650
Tints of Rhino #3F4650
RGB
CMYK
RGB Variations
Color information
#3F4650 (or 0x3F4650) is known color: Rhino. HEX triplet: 3F, 46 and 50. RGB value is (63,70,80). Sum of RGB (Red+Green+Blue) = 63+70+80=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4650 is #C0B9AF. Grayscale: #454545. Windows color (decimal): -12630448 or 5260863. OLE color: 5260863.
HSL color Cylindrical-coordinate representation of color #3F4650: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4650 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 70 | 80 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.69 |
| HSL | 215.29º | 0.12% | 0.28% | - |
| HSV(B) | 215.29º | 0.21% | 0.31% | - |
| XYZ | 5.69 | 6.02 | 8.45 | - |
| YUV | 69.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 80 | 0.21 | 0.12 | 0 | 0.69 | 215.29 | 0.12 | 0.28 |
| Hex | 3F | 46 | 50 | 15 | C | 0 | 45 | D7 | C | 1C |
| Octal | 77 | 106 | 120 | 25 | 14 | 0 | 105 | 327 | 14 | 34 |
| Binary | 111111 | 1000110 | 1010000 | 10101 | 1100 | 0 | 1000101 | 11010111 | 1100 | 11100 |
Color Harmonies of #3F4650
Complementary color
Monochromatic Colors of #3F4650
Black with #3F4650
Text Example
Text Example
White with #3F4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4650; }
p { color: rgb(63,70,80); }
H1.HeaderClassName
{
color: #3F4650;
}
.AnyTagClassName
{
color: #3F4650;
}
</style>
background-color css
<style>
a { background-color: #3F4650; }
a { background-color: rgb(63,70,80); }
div.DivClassName
{
background-color: #3F4650;
}
.BgClassName
{
background-color: #3F4650;
}
</style>
border-color css
<style>
span { border-color: #3F4650; }
span { border-color: rgb(63,70,80); }
td.TdClassName
{
border-color: #3F4650;
}
.TagClassName
{
border-color: #3F4650;
}
</style>