Shades of Rhino #3F4550
Tints of Rhino #3F4550
RGB
CMYK
RGB Variations
Color information
#3F4550 (or 0x3F4550) is known color: Rhino. HEX triplet: 3F, 45 and 50. RGB value is (63,69,80). Sum of RGB (Red+Green+Blue) = 63+69+80=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4550 is #C0BAAF. Grayscale: #444444. Windows color (decimal): -12630704 or 5260607. OLE color: 5260607.
HSL color Cylindrical-coordinate representation of color #3F4550: hue angle of 218.82º 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 #3F4550 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 69 | 80 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.69 |
| HSL | 218.82º | 0.12% | 0.28% | - |
| HSV(B) | 218.82º | 0.21% | 0.31% | - |
| XYZ | 5.63 | 5.89 | 8.43 | - |
| YUV | 68.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 80 | 0.21 | 0.14 | 0 | 0.69 | 218.82 | 0.12 | 0.28 |
| Hex | 3F | 45 | 50 | 15 | E | 0 | 45 | DB | C | 1C |
| Octal | 77 | 105 | 120 | 25 | 16 | 0 | 105 | 333 | 14 | 34 |
| Binary | 111111 | 1000101 | 1010000 | 10101 | 1110 | 0 | 1000101 | 11011011 | 1100 | 11100 |
Color Harmonies of #3F4550
Complementary color
Monochromatic Colors of #3F4550
Black with #3F4550
Text Example
Text Example
White with #3F4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4550; }
p { color: rgb(63,69,80); }
H1.HeaderClassName
{
color: #3F4550;
}
.AnyTagClassName
{
color: #3F4550;
}
</style>
background-color css
<style>
a { background-color: #3F4550; }
a { background-color: rgb(63,69,80); }
div.DivClassName
{
background-color: #3F4550;
}
.BgClassName
{
background-color: #3F4550;
}
</style>
border-color css
<style>
span { border-color: #3F4550; }
span { border-color: rgb(63,69,80); }
td.TdClassName
{
border-color: #3F4550;
}
.TagClassName
{
border-color: #3F4550;
}
</style>